more compact mode work

This commit is contained in:
Stewart Allen 2020-03-29 13:15:40 -04:00
commit 4fe7092318
4 changed files with 70 additions and 11 deletions

View file

@ -6,9 +6,20 @@ input[type=range]::-moz-focus-outer {
}
.popper {
position: absolute;
right: 50%;
top: 0;
z-index: 50000;
background-color: white;
border: 1px solid #aaa;
border-radius: 3px;
padding: 5px;
white-space: nowrap;
text-align: left;
}
.popper.left {
left: 105%;
}
.popper.right {
right: 105%;
}
.dialog {
display: none;