File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 overflow : hidden !important ;
33}
44
5+ .help-list__link {
6+ display : flex;
7+ align-items : center;
8+ height : var (--default-clickable-area );
9+ margin : 0 8px ;
10+ background-position : left center;
11+ }
12+
513.help-list__text {
6- margin-left : 24 px ;
14+ margin-left : 20 px ;
715}
816
917.help-iframe {
Original file line number Diff line number Diff line change 55 <div id="app-navigation" role="navigation" tabindex="0">
66 <ul>
77 <li>
8- <a class="icon-user <?php if ($ _ ['mode ' ] === 'user ' ) {
8+ <a class="help-list__link icon-user <?php if ($ _ ['mode ' ] === 'user ' ) {
99 p ('active ' );
1010 } ?> " <?php if ($ _ ['mode ' ] === 'user ' ) {
1111 print_unescaped ('aria-current="page" ' );
1818 </li>
1919 <?php if ($ _ ['admin ' ]) { ?>
2020 <li>
21- <a class="icon-user-admin <?php if ($ _ ['mode ' ] === 'admin ' ) {
21+ <a class="help-list__link icon-user-admin <?php if ($ _ ['mode ' ] === 'admin ' ) {
2222 p ('active ' );
2323 } ?> " <?php if ($ _ ['mode ' ] === 'admin ' ) {
2424 print_unescaped ('aria-current="page" ' );
3232 <?php } ?>
3333
3434 <li>
35- <a href="https://docs.nextcloud.com" class="icon-category-office" target="_blank" rel="noreferrer noopener">
35+ <a href="https://docs.nextcloud.com" class="help-list__link icon-category-office" target="_blank" rel="noreferrer noopener">
3636 <span class="help-list__text">
3737 <?php p ($ l ->t ('Documentation ' )); ?> ↗
3838 </span>
3939 </a>
4040 </li>
4141 <li>
42- <a href="https://help.nextcloud.com" class="icon-comment" target="_blank" rel="noreferrer noopener">
42+ <a href="https://help.nextcloud.com" class="help-list__link icon-comment" target="_blank" rel="noreferrer noopener">
4343 <span class="help-list__text">
4444 <?php p ($ l ->t ('Forum ' )); ?> ↗
4545 </span>
You can’t perform that action at this time.
0 commit comments