Improve drawer controls.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@use 'vis-timeline/dist/vis-timeline-graph2d.css';
|
||||
@use 'drawer';
|
||||
|
||||
:host {
|
||||
width: 100%;
|
||||
@@ -14,6 +15,14 @@
|
||||
div.timeline {
|
||||
height: 100%;
|
||||
}
|
||||
div.timeline.left-margin {
|
||||
// Clearance for the drawer button.
|
||||
margin-left: drawer.$drawer-icon-size;
|
||||
}
|
||||
div.timeline.right-margin {
|
||||
// Clearance for the drawer button.
|
||||
margin-right: drawer.$drawer-icon-size;
|
||||
}
|
||||
|
||||
.vis-text {
|
||||
color: var(--primary-text-color) !important;
|
||||
|
||||
Reference in New Issue
Block a user