mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-28 19:23:43 +01:00
9 lines
155 B
SCSS
9 lines
155 B
SCSS
@import 'variables';
|
|
|
|
.glitch.local-settings__page {
|
|
display: block;
|
|
flex: auto;
|
|
padding: 15px 20px 15px 20px;
|
|
width: 360px;
|
|
overflow-y: auto;
|
|
}
|