reduce the width of the collapsed dashboard sidebar

pull/98/head
dperolio 2 years ago
parent e7ca0ff29a
commit b844f08635
No known key found for this signature in database
GPG Key ID: 4191689562D51409

@ -53,7 +53,7 @@
display: flex;
align-items: center;
justify-content: center;
color: var(--header-secondary);
color: var(--text-muted);
cursor: pointer;
transform: rotate3d(0, 0, 1, 90deg);
&:hover {
@ -61,7 +61,7 @@
}
}
&[vz-collapsed] {
--vz-dashboard-sidebar-width: 70px;
--vz-dashboard-sidebar-width: 64px;
#{$base}-collapser {
transform: rotate3d(0, 0, 1, 270deg);
margin-left: 8px;

Loading…
Cancel
Save