1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-25 07:22:38 +00:00

(web) 'filter bar on iOS is too short' -- tweak to undo r13756 regression

This commit is contained in:
Jordan Lee 2013-01-05 02:46:59 +00:00
parent 63fb848f3e
commit 7e46d5087f
2 changed files with 2 additions and 2 deletions
web/style/transmission

View file

@ -102,7 +102,7 @@ div#toolbar {
****
***/
#statusbar {
height: 20px;
height: 26px;
width: 100%;
border-bottom: 1px solid #AAA;
overflow: hidden;

View file

@ -186,7 +186,7 @@ div#toolbar
$statusbar-gradient-top: #ddd;
$statusbar-gradient-bottom: #bbb;
$statusbar-height: 20px;
$statusbar-height: 26px;
#statusbar
{