about summary refs log tree commit diff
path: root/app/javascript/themes/glitch/features/local_settings/page/style.scss
blob: e9eedcad03e97d5ae63bbb2cbab2c439660214b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
@import 'styles/mastodon/variables';

.glitch.local-settings__page {
  display: block;
  flex: auto;
  padding: 15px 20px 15px 20px;
  width: 360px;
  overflow-y: auto;
}