11.play-only # palette {
2- display : none !important ;
3- visibility : hidden !important ;
4- height : 0 !important ;
5- width : 0 !important ;
6- pointer-events : none !important ;
2+ display : none !important ;
3+ visibility : hidden !important ;
4+ height : 0 !important ;
5+ width : 0 !important ;
6+ pointer-events : none !important ;
77 overflow : hidden !important ;
8- }
8+ }
99
1010.play-only # Grid {
11- display : none !important ;
12- visibility : hidden !important ;
13- height : 0 !important ;
14- width : 0 !important ;
15- pointer-events : none !important ;
16- overflow : hidden !important ;
11+ display : none !important ;
12+ visibility : hidden !important ;
13+ height : 0 !important ;
14+ width : 0 !important ;
15+ pointer-events : none !important ;
16+ overflow : hidden !important ;
1717}
1818
1919.play-only # Clear {
20- display : none !important ;
21- visibility : hidden !important ;
22- height : 0 !important ;
23- width : 0 !important ;
24- pointer-events : none !important ;
25- overflow : hidden !important ;
20+ display : none !important ;
21+ visibility : hidden !important ;
22+ height : 0 !important ;
23+ width : 0 !important ;
24+ pointer-events : none !important ;
25+ overflow : hidden !important ;
2626}
2727
2828.play-only # Collapse {
29- display : none !important ;
30- visibility : hidden !important ;
31- height : 0 !important ;
32- width : 0 !important ;
33- pointer-events : none !important ;
29+ display : none !important ;
30+ visibility : hidden !important ;
31+ height : 0 !important ;
32+ width : 0 !important ;
33+ pointer-events : none !important ;
3434 overflow : hidden !important ;
3535}
3636
3737.play-only [id = "Show/hide blocks" ] {
38- display : none !important ;
39- visibility : hidden !important ;
40- height : 0 !important ;
41- width : 0 !important ;
42- pointer-events : none !important ;
38+ display : none !important ;
39+ visibility : hidden !important ;
40+ height : 0 !important ;
41+ width : 0 !important ;
42+ pointer-events : none !important ;
4343 overflow : hidden !important ;
4444}
4545
4646.play-only [id = "Expand/collapse blocks" ] {
47- display : none !important ;
48- visibility : hidden !important ;
49- height : 0 !important ;
50- width : 0 !important ;
51- pointer-events : none !important ;
52- overflow : hidden !important ;
47+ display : none !important ;
48+ visibility : hidden !important ;
49+ height : 0 !important ;
50+ width : 0 !important ;
51+ pointer-events : none !important ;
52+ overflow : hidden !important ;
5353}
5454
55- .play-only [id = "Decrease block size" ]{
56- display : none !important ;
57- visibility : hidden !important ;
58- height : 0 !important ;
59- width : 0 !important ;
60- pointer-events : none !important ;
61- overflow : hidden !important ;
55+ .play-only [id = "Decrease block size" ] {
56+ display : none !important ;
57+ visibility : hidden !important ;
58+ height : 0 !important ;
59+ width : 0 !important ;
60+ pointer-events : none !important ;
61+ overflow : hidden !important ;
6262}
6363
6464.play-only [id = "Increase block size" ] {
65- display : none !important ;
66- visibility : hidden !important ;
67- height : 0 !important ;
68- width : 0 !important ;
69- pointer-events : none !important ;
70- overflow : hidden !important ;
65+ display : none !important ;
66+ visibility : hidden !important ;
67+ height : 0 !important ;
68+ width : 0 !important ;
69+ pointer-events : none !important ;
70+ overflow : hidden !important ;
7171}
7272
7373.play-only # buttoncontainerBOTTOM {
8888 justify-content : center !important ;
8989 align-items : center !important ;
9090 position : fixed !important ;
91- right : 15px !important ;
92- bottom : 15px !important ;
91+ right : 15px !important ;
92+ bottom : 15px !important ;
9393 width : auto !important ;
9494 height : auto !important ;
95- z-index : 10000 !important ;
96- background-color : rgba (255 , 255 , 255 , 0.9 ) !important ;
95+ z-index : 10000 !important ;
96+ background-color : rgba (255 , 255 , 255 , 0.9 ) !important ;
9797 padding : 5px !important ;
9898 border-radius : 5px !important ;
9999}
100100
101101@media only screen and (max-width : 400px ) {
102102 .play-only ul .main .right {
103- margin-top : 0px !important ;
104- position : relative !important ;
105- display : flex !important ;
106- flex-wrap : wrap !important ;
107- justify-content : center !important ;
108- align-items : center !important ;
109- gap : 10px !important ;
103+ margin-top : 0px !important ;
104+ position : relative !important ;
105+ display : flex !important ;
106+ flex-wrap : wrap !important ;
107+ justify-content : center !important ;
108+ align-items : center !important ;
109+ gap : 10px !important ;
110110 }
111-
111+
112112 .play-only nav {
113- min-height : 50px !important ;
114- display : flex !important ;
115- align-items : center !important ;
116- justify-content : center !important ;
113+ min-height : 50px !important ;
114+ display : flex !important ;
115+ align-items : center !important ;
116+ justify-content : center !important ;
117117 }
118- }
118+ }
119+
120+ @media (max-width : 768px ),
121+ (max-height : 600px ) {
119122
120- @media (max-width : 768px ), (max-height : 600px ) {
121- /* Enable the auxiliary button */
123+ /* Hide the full auxiliary button */
122124 .play-only # toggleAuxBtn {
123- pointer-events : auto !important ;
124- opacity : 1 !important ;
125+ display : none !important ;
125126 }
126127
127128 /* Hide the full auxiliary toolbar */
144145.play-only # Home \ \[HOME\] {
145146 display : flex !important ;
146147 position : fixed !important ;
147- }
148-
148+ }
0 commit comments