Multiline dumplist
This commit is contained in:
parent
637ae7c965
commit
b47f0c1939
@ -1585,11 +1585,20 @@ input[type="checkbox"]:checked ~ .checkbox-letter {
|
|||||||
}
|
}
|
||||||
#dump-list {
|
#dump-list {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: auto;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 248px;
|
width: 248px;
|
||||||
|
max-height: 248px;
|
||||||
|
min-height: 90px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: flex;
|
||||||
|
-webkit-flex-wrap: wrap;
|
||||||
|
-ms-flex-wrap: wrap;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
#dump-list:hover {
|
#dump-list:hover {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
@ -1665,7 +1674,7 @@ a:only-of-type > .remove {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
bottom: 20px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
-moz-transform: translateY(-50%);
|
-moz-transform: translateY(-50%);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user