mirror of
https://github.com/flarum/core.git
synced 2025-08-03 23:17:43 +02:00
Make header slightly more compact
This commit is contained in:
@@ -135,10 +135,6 @@
|
|||||||
.transition-transform(0.2s);
|
.transition-transform(0.2s);
|
||||||
z-index: @zindex-modal;
|
z-index: @zindex-modal;
|
||||||
|
|
||||||
// & when (@config-colored-header = true) {
|
|
||||||
// .light-contents();
|
|
||||||
// }
|
|
||||||
|
|
||||||
.drawerOpen & {
|
.drawerOpen & {
|
||||||
-webkit-transform: none !important;
|
-webkit-transform: none !important;
|
||||||
transform: none !important;
|
transform: none !important;
|
||||||
@@ -222,7 +218,7 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.App-header {
|
.App-header {
|
||||||
padding: 10px;
|
padding: 8px;
|
||||||
height: @header-height;
|
height: @header-height;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@@ -90,7 +90,7 @@
|
|||||||
|
|
||||||
@drawer-width: 270px;
|
@drawer-width: 270px;
|
||||||
@pane-width: 400px;
|
@pane-width: 400px;
|
||||||
@header-height: 56px;
|
@header-height: 52px;
|
||||||
@header-height-phone: 46px;
|
@header-height-phone: 46px;
|
||||||
|
|
||||||
@border-radius: 4px;
|
@border-radius: 4px;
|
||||||
|
Reference in New Issue
Block a user