mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-15 20:54:01 -05:00
10 lines
155 B
SCSS
10 lines
155 B
SCSS
@import 'variables';
|
|
|
|
.glitch.local-settings__page {
|
|
display: block;
|
|
flex: auto;
|
|
padding: 15px 20px 15px 20px;
|
|
width: 360px;
|
|
overflow-y: auto;
|
|
}
|