|
|
|
@@ -304,13 +304,16 @@ body.show-extra-options .options-block.options-block-optional { |
|
|
|
} |
|
|
|
|
|
|
|
.menubar-group { |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
display: grid; |
|
|
|
grid-template-rows: 1fr; |
|
|
|
grid-auto-flow: column; |
|
|
|
gap: 5px; |
|
|
|
padding: 5px 0px; |
|
|
|
} |
|
|
|
|
|
|
|
.menubar-group button { |
|
|
|
width: 48pt; |
|
|
|
height: 48pt; |
|
|
|
width: 64pt; |
|
|
|
height: 64pt; |
|
|
|
} |
|
|
|
|
|
|
|
.menubar-group input { |
|
|
|
@@ -814,8 +817,9 @@ button { |
|
|
|
|
|
|
|
.popout-menu { |
|
|
|
display: none; |
|
|
|
flex-direction: column; |
|
|
|
flex-wrap: nowrap; |
|
|
|
grid-template-columns: 1fr; |
|
|
|
gap: 5px; |
|
|
|
overflow-x: none; |
|
|
|
overflow-y: scroll; |
|
|
|
max-height: 80vh; |
|
|
|
justify-content: start; |
|
|
|
@@ -864,7 +868,7 @@ button { |
|
|
|
|
|
|
|
|
|
|
|
.popout-menu.visible { |
|
|
|
display: flex; |
|
|
|
display: grid; |
|
|
|
} |
|
|
|
|
|
|
|
.menu-button { |
|
|
|
@@ -964,9 +968,6 @@ button { |
|
|
|
align-items: center; |
|
|
|
justify-content: space-between; |
|
|
|
padding: 10px 20px 10px 10px; |
|
|
|
border-color: #222; |
|
|
|
border-width: 5px; |
|
|
|
border-style: solid; |
|
|
|
max-width: 400pt; |
|
|
|
} |
|
|
|
|
|
|
|
@@ -1064,9 +1065,6 @@ body.screenshot-mode .scroll-button { |
|
|
|
justify-content: left space-between; |
|
|
|
padding: 10px 20px 10px 10px; |
|
|
|
background: gray; |
|
|
|
border-color: darkslategray; |
|
|
|
border-width: 5px; |
|
|
|
border-style: solid; |
|
|
|
} |
|
|
|
|
|
|
|
.filter-holder.enabled { |
|
|
|
@@ -1086,9 +1084,6 @@ body.screenshot-mode .scroll-button { |
|
|
|
justify-content: left; |
|
|
|
padding: 10px 20px 10px 10px; |
|
|
|
background: gray; |
|
|
|
border-color: darkslategray; |
|
|
|
border-width: 5px; |
|
|
|
border-style: solid; |
|
|
|
text-decoration: none; |
|
|
|
user-select: none; |
|
|
|
-webkit-user-select: none; |
|
|
|
|