diff options
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/drawer.scss')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/drawer.scss | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/drawer.scss b/app/javascript/flavours/glitch/styles/components/drawer.scss index 570813831..edc16e250 100644 --- a/app/javascript/flavours/glitch/styles/components/drawer.scss +++ b/app/javascript/flavours/glitch/styles/components/drawer.scss @@ -15,10 +15,16 @@ padding-right: 10px; } - @include single-column('screen and (max-width: 630px)') { flex: auto } + @include single-column('screen and (max-width: 630px)') { + flex: auto; + } @include limited-single-column('screen and (max-width: 630px)') { - &, &:first-child, &:last-child { padding: 0 } + &, + &:first-child, + &:last-child { + padding: 0; + } } .wide & { @@ -234,7 +240,7 @@ display: block; width: 100%; height: 100%; - border: none; + border: 0; cursor: inherit; } |