added paned style

This commit is contained in:
DYefremov
2020-06-11 10:27:23 +03:00
parent bcfdb09169
commit 7ed64c76ba

View File

@@ -31,4 +31,10 @@ infobar {
switch slider {
min-height: 1.5em;
min-width: 1.5em;
}
}
paned > separator {
background-repeat: no-repeat;
background-position: center;
background-size: 1px 24px;
}