This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/javascript/glitch/components/local_settings/page/style.scss

10 lines
162 B
SCSS
Raw Normal View History

2017-09-25 19:24:32 -07:00
@import 'styles/variables';
2017-07-19 19:54:02 -07:00
.glitch.local-settings__page {
display: block;
flex: auto;
padding: 15px 20px 15px 20px;
width: 360px;
overflow-y: auto;
}