Remove shuffle button, because the toolbar is too full
This commit is contained in:
@@ -130,9 +130,12 @@ onDestroy(close_socket)
|
||||
.label {
|
||||
padding-left: 0.5em;
|
||||
text-align: left;
|
||||
font-size: 0.75em;
|
||||
line-height: 0.75em;
|
||||
margin-top: 0.5em;
|
||||
font-size: 0.8em;
|
||||
line-height: 0.8em;
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
.stat {
|
||||
line-height: 1.4em;
|
||||
}
|
||||
@media (max-width: 800px) {
|
||||
.label {
|
||||
|
@@ -166,7 +166,7 @@ Toolbar.svelte and the .label max-width in FileStats.svelte */
|
||||
@media (max-width: 800px) {
|
||||
.toolbar {
|
||||
overflow-y: hidden;
|
||||
max-height: 2.5em;
|
||||
max-height: 2.2em;
|
||||
}
|
||||
.toolbar.expanded {
|
||||
overflow-y: scroll;
|
||||
|
Reference in New Issue
Block a user