mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(web) #5210 'filter bar on iOS is too short' -- another tweak based on bmw's feedback
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user