19 lines
327 B
19 lines
327 B
@import 'styles/variables.scss';
|
|
|
|
.content {
|
|
position: relative;
|
|
width: 70%;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
overflow-y: auto;
|
|
background: var(--lightBackground);
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.titleBar {
|
|
height: 20px;
|
|
width: 100%;
|
|
position: absolute;
|
|
user-select: none;
|
|
-webkit-app-region: drag;
|
|
}
|
|
|