master
Noiob 2018-08-20 02:06:26 +02:00
parent ef39dfb6d0
commit 4dd4d053ca
3 changed files with 32 additions and 17 deletions

View File

@ -24,3 +24,5 @@
@import 'mastodon/dashboard';
@import 'mastodon/rtl';
@import 'mastodon/accessibility';
@import 'whitelist.scss';

View File

@ -48,22 +48,6 @@
}
}
#whitelist {
ul {
columns: 3 250px;
}
}
#whitelist-column {
grid-row: 4;
}
@media screen and (max-width: 415px) {
#whitelist-column {
grid-row: 5;
}
}
.drawer {
@for $i from 0 through 3 {
&.mbstobon-#{$i} > .contents {
@ -88,5 +72,19 @@
//no gaps in mobile mode
@media screen and (min-width: 360px) {
.columns-area { padding: 0px !important}
.tabs-bar {
margin: 0 !important
}
.columns-area {
padding: 0 !important
}
.react-swipeable-view-container .columns-area {
height: 100% !important
}
.getting-started__trends, .getting-started__wrapper, .search {
margin: 0 !important
}
}

View File

@ -0,0 +1,15 @@
#whitelist {
ul {
columns: 3 250px;
}
}
#whitelist-column {
grid-row: 4;
}
@media screen and (max-width: 415px) {
#whitelist-column {
grid-row: 5;
}
}