mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-10 08:54:40 +00:00
Fix glitch-soc columns padding on mobile (fixes #561)
This commit is contained in:
parent
93d4e9a58d
commit
37302c63c3
|
@ -13,7 +13,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include limited-single-column('screen and (max-width: 360px)', $parent: null) {
|
@include limited-single-column('screen and (min-width: 360px)', $parent: null) {
|
||||||
.columns-area {
|
.columns-area {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue