mastodon: change minor display rules

master
an 2019-08-05 13:39:34 -04:00
parent 90cf1c6b33
commit e9d601c824
1 changed files with 4 additions and 1 deletions

View File

@ -74,7 +74,7 @@ button.button.primary[style] {
font-size: 9pt;
}
.drawer__inner__mastodon > .mastodon {
width: 0%;
display: none !important;
}
.notification__filter-bar button.active::before,
.notification__filter-bar button.active::after {
@ -129,3 +129,6 @@ button.button.primary[style] {
.column[data-column="getting-started"] {
width: 10%;
}
.getting-started__footer ul li {
display: block !important;
}