mirror of
https://github.com/wekan/wekan.git
synced 2026-02-03 07:01:47 +01:00
Removed not needed visible text from mobile desktop switch button.
Thanks to xet7 !
This commit is contained in:
parent
390a86a7a7
commit
62ede48196
1 changed files with 2 additions and 2 deletions
|
|
@ -80,8 +80,8 @@ template(name="header")
|
|||
|
||||
.mobile-mode-toggle
|
||||
a.board-header-btn.js-mobile-mode-toggle(title="{{_ 'mobile-desktop-toggle'}}" class="{{#if mobileMode}}mobile-active{{else}}desktop-active{{/if}}")
|
||||
| 📱(class="{{#if mobileMode}}active{{/if}}")
|
||||
| 🖥️(class="{{#unless mobileMode}}active{{/unless}}")
|
||||
i.mobile-icon(class="{{#if mobileMode}}active{{/if}}") 📱
|
||||
i.desktop-icon(class="{{#unless mobileMode}}active{{/unless}}") 🖥️
|
||||
|
||||
// Bookmarks button - desktop opens popup, mobile routes to page
|
||||
a.board-header-btn.js-open-bookmarks(title="{{_ 'bookmarks'}}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue