1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Various appearance tweaks

This commit is contained in:
Toby Zerner
2015-05-27 16:22:02 +09:30
parent 6fed357605
commit 8f0989fb80
6 changed files with 13 additions and 4 deletions

View File

@@ -118,7 +118,7 @@
background: @fl-body-bg;
}
&.active:not(.full-screen) {
box-shadow: 0 2px 6px @fl-shadow-color, 0 0 0 2px @fl-body-primary-color;
box-shadow: 0 0 0 2px @fl-body-primary-color, 0 2px 6px @fl-shadow-color;
}
&.minimized {
height: 50px;