mastostyle/userstyle.css

30 lines
581 B
CSS

/* ==UserStyle==
@name Mastodon Wide
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Makes Mastodon responsive
@license PD
==/UserStyle== */
.drawer {
overflow: visible;
height: 420px !important;
width: 300px;
}
.column {
flex: auto !important;
flex-grow: 1;
}
.column:nth-child(2) {
position: fixed !important;
width: 300px !important;
top: 390px !important;
height: 100%;
overflow-y: scroll;
padding-left: 10px !important;
}
.dropdown__content >ul,
.dropdown__content >ul * {
width: 25vw !important;
}