umami/components/layout/SettingsLayout.module.css

14 lines
150 B
CSS
Raw Normal View History

2023-03-23 18:46:49 +00:00
.menu {
display: flex;
flex-direction: column;
2023-03-24 17:55:20 +00:00
padding-top: 40px;
2023-03-23 18:46:49 +00:00
}
.content {
2023-03-24 17:55:20 +00:00
min-height: 50vh;
2023-03-23 18:46:49 +00:00
}
2023-03-23 23:33:10 +00:00
2023-03-24 17:55:20 +00:00
.hideMenu .content {
margin: 0 auto;
2023-03-23 23:33:10 +00:00
}