diff options
Diffstat (limited to '')
-rw-r--r-- | css/classic_lineheight.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/css/classic_lineheight.css b/css/classic_lineheight.css index 37ed997..edd348e 100644 --- a/css/classic_lineheight.css +++ b/css/classic_lineheight.css @@ -70,3 +70,19 @@ table td.filename .nametext, .uploadtext, .modified, .column-last>span:first-chi .app-content-list-item { height: 58px !important; } + +.settings-button { + height: 32px !important; +} + +.nav-trashbin { + bottom: 32px !important; +} + +#app-navigation { + padding-bottom: 32px !important; +} + +.tags_actions { + line-height: 32px !important; +} |