1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Make header slightly more compact

This commit is contained in:
Toby Zerner
2015-08-04 17:15:05 +09:30
parent 186bdc7fd4
commit 17a863efc7
2 changed files with 3 additions and 7 deletions

View File

@@ -135,10 +135,6 @@
.transition-transform(0.2s);
z-index: @zindex-modal;
// & when (@config-colored-header = true) {
// .light-contents();
// }
.drawerOpen & {
-webkit-transform: none !important;
transform: none !important;
@@ -222,7 +218,7 @@
display: none;
}
.App-header {
padding: 10px;
padding: 8px;
height: @header-height;
position: absolute;
top: 0;

View File

@@ -90,8 +90,8 @@
@drawer-width: 270px;
@pane-width: 400px;
@header-height: 56px;
@header-height-phone: 46px;
@header-height: 52px;
@header-height-phone: 46px;
@border-radius: 4px;