mirror of
https://github.com/transmission/transmission
synced 2025-03-03 10:15:45 +00:00
(web) #5210 'filter bar on iOS is too short' -- another tweak based on bmw's feedback
This commit is contained in:
parent
7e46d5087f
commit
5b89991e51
2 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ div#toolbar {
|
|||
****
|
||||
***/
|
||||
#statusbar {
|
||||
height: 26px;
|
||||
height: 24px;
|
||||
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: 26px;
|
||||
$statusbar-height: 24px;
|
||||
|
||||
#statusbar
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue