add poprow option for compact poppers
This commit is contained in:
parent
9c46a73ead
commit
d08185537b
3 changed files with 10 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue