darkmode
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div class="top">
|
||||
<slot name="top"/>
|
||||
</div>
|
||||
<div class="resizer bg-grey-lighten-2" :data-direction="horizontal?'horizontal':'vertical'" ref="resizerElement"></div>
|
||||
<div class="resizer" :data-direction="horizontal?'horizontal':'vertical'" ref="resizerElement"></div>
|
||||
<div class="scrollpane">
|
||||
<slot name="bottom"/>
|
||||
</div>
|
||||
@@ -119,14 +119,16 @@ body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
// todo light/dark mode
|
||||
.resizer[data-direction='horizontal'] {
|
||||
background-color: #cbd5e0;
|
||||
background-color: #444;
|
||||
cursor: ew-resize;
|
||||
height: 100%;
|
||||
width: 2px;
|
||||
}
|
||||
|
||||
.resizer[data-direction='vertical'] {
|
||||
background-color: #444;
|
||||
cursor: ns-resize;
|
||||
height: 4px;
|
||||
width: 100%;
|
||||
@@ -143,5 +145,6 @@ body {
|
||||
width: 100%;
|
||||
min-height: 5em;
|
||||
max-height: 100%;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user