mirror of
https://github.com/transmission/transmission
synced 2025-02-25 15:32:33 +00:00
(web) #5210 'filter bar on iOS is too short' -- tweak to undo r13756 regression
This commit is contained in:
parent
63fb848f3e
commit
7e46d5087f
2 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ div#toolbar {
|
|||
****
|
||||
***/
|
||||
#statusbar {
|
||||
height: 20px;
|
||||
height: 26px;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid #AAA;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -186,7 +186,7 @@ div#toolbar
|
|||
|
||||
$statusbar-gradient-top: #ddd;
|
||||
$statusbar-gradient-bottom: #bbb;
|
||||
$statusbar-height: 20px;
|
||||
$statusbar-height: 26px;
|
||||
|
||||
#statusbar
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue