mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Fix mobile gui
This commit is contained in:
parent
b0ffd84ac6
commit
116de6fd45
6 changed files with 13 additions and 13 deletions
|
|
@ -37,7 +37,7 @@
|
|||
<tbody data-bind="template: { name: 'SettingsFolderItem', foreach: folderList }"></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="span4 show-on-mobile" style="position: relative" data-bind="visible: '' !== folderListHelp()">
|
||||
<div class="span4 hide-on-mobile" style="position: relative" data-bind="visible: '' !== folderListHelp()">
|
||||
<div class="alert alert-info" style="position: fixed">
|
||||
<span data-bind="text: folderListHelp"></span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue