mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
increase width of settings input in mobile style
This commit is contained in:
parent
1f0b707193
commit
7e72dbe14d
1 changed files with 1 additions and 1 deletions
|
|
@ -1148,7 +1148,7 @@ li.mtt-item-hidden { display:none; }
|
|||
#loading { padding:0px; padding-top:1px; padding-right:1px; height:16px; overflow:hidden; }
|
||||
|
||||
#tagcloud { max-width:100%; margin:0px 5px 5px 5px; }
|
||||
.mtt-settings-table .in350 { min-width:50px; }
|
||||
.mtt-settings-table .in350 { min-width:50px; width:100%; }
|
||||
.mtt-notes-showhide { display:none; }
|
||||
|
||||
.mtt-menu-container li { padding-top:0.3rem; padding-bottom:0.3rem; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue