Typicalc/frontend/styles/view/main/drawer-content.css

14 lines
208 B
CSS
Raw Normal View History

2021-01-29 18:03:15 +00:00
#ruleContainer {
overflow: auto;
margin: 1px;
2021-01-29 18:03:15 +00:00
height: 100%;
max-width: 400px;
padding: 1.1em 0.5em 0.5em 0.5em;
2021-01-29 18:03:15 +00:00
}
#drawerContent {
padding: 0.5em 0;
width: 100%;
height: 100%;
align-items: center;
2021-01-29 18:03:15 +00:00
}