We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7620b commit f1ca855Copy full SHA for f1ca855
full.css
@@ -1751,6 +1751,22 @@ body.mobile .context-menu {
1751
display: none;
1752
}
1753
1754
+.live-view-menu {
1755
+ left: 11px;
1756
+ top: 41px;
1757
+ z-index: 1001;
1758
+ margin-top: 7px;
1759
+ padding: 0;
1760
+}
1761
+
1762
+.live-view-menu:not(.visible) {
1763
+ padding: 2px 2px 2px 0px;
1764
1765
1766
+.live-view-menu:not(.visible) .icon {
1767
+ padding: 9.5px 13px;
1768
1769
1770
1771
.dialog-wrapper {
1772
position: fixed;
0 commit comments