File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 77 overflow : hidden !important ;
88}
99
10+ .help-list__link {
11+ background-position : left center;
12+ }
13+
1014.help-list__text {
1115 margin-left : 24px ;
1216}
Original file line number Diff line number Diff line change 99 <div id="app-navigation" role="navigation" tabindex="0">
1010 <ul>
1111 <li>
12- <a class="icon-user <?php if ($ _ ['mode ' ] === 'user ' ) {
12+ <a class="help-list__link icon-user <?php if ($ _ ['mode ' ] === 'user ' ) {
1313 p ('active ' );
1414 } ?> " <?php if ($ _ ['mode ' ] === 'user ' ) {
1515 print_unescaped ('aria-current="page" ' );
2222 </li>
2323 <?php if ($ _ ['admin ' ]) { ?>
2424 <li>
25- <a class="icon-user-admin <?php if ($ _ ['mode ' ] === 'admin ' ) {
25+ <a class="help-list__link icon-user-admin <?php if ($ _ ['mode ' ] === 'admin ' ) {
2626 p ('active ' );
2727 } ?> " <?php if ($ _ ['mode ' ] === 'admin ' ) {
2828 print_unescaped ('aria-current="page" ' );
3636 <?php } ?>
3737
3838 <li>
39- <a href="https://docs.nextcloud.com" class="icon-category-office" target="_blank" rel="noreferrer noopener">
39+ <a href="https://docs.nextcloud.com" class="help-list__link icon-category-office" target="_blank" rel="noreferrer noopener">
4040 <span class="help-list__text">
4141 <?php p ($ l ->t ('Documentation ' )); ?> ↗
4242 </span>
4343 </a>
4444 </li>
4545 <li>
46- <a href="https://help.nextcloud.com" class="icon-comment" target="_blank" rel="noreferrer noopener">
46+ <a href="https://help.nextcloud.com" class="help-list__link icon-comment" target="_blank" rel="noreferrer noopener">
4747 <span class="help-list__text">
4848 <?php p ($ l ->t ('Forum ' )); ?> ↗
4949 </span>
You can’t perform that action at this time.
0 commit comments