add poprow option for compact poppers

This commit is contained in:
Stewart Allen 2020-05-18 23:41:02 -04:00
commit d08185537b
3 changed files with 10 additions and 1 deletions

View file

@ -25,6 +25,14 @@ input[type=range]::-moz-focus-outer {
.popper.right {
right: 105%;
}
.popper svg {
width: 40px;
height: 40px;
}
.poprow > div {
display: flex;
flex-direction: row;
}
.dialog {
display: none;
color: black;