mastostyle/userstyle.css

28 lines
543 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(3) {
position: fixed !important;
width: 300px !important;
top: 400px !important;
padding-left: 10px !important;
}
.dropdown__content >ul,
.dropdown__content >ul * {
width: 25vw !important;
}