This repository was archived by the owner on Oct 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +49
-13
lines changed Expand file tree Collapse file tree 4 files changed +49
-13
lines changed Original file line number Diff line number Diff line change
1
+ /* Support for other screen ratios than 16:9 */
2
+ @media (aspect-ratio : 16 / 10 ) {
3
+ div .keyboard_row : last-child {
4
+ left : 1.1vh ;
5
+ }
6
+ div .keyboard_row # row_2 > div .keyboard_enter {
7
+ top : -0.7vh ;
8
+ right : -0.9vh ;
9
+ }
10
+ }
11
+
12
+ @media (aspect-ratio : 64 / 27 ) { /* Commercial name of 64/27 ratio is 21:9 */
13
+ div .keyboard_row # row_1 > div .keyboard_enter {
14
+ height : 2.1vw ;
15
+ margin-top : 0.2vh ;
16
+ }
17
+ div .keyboard_row # row_2 > div .keyboard_enter {
18
+ height : 6vh ;
19
+ }
20
+ div .keyboard_key # keyboard_spacebar {
21
+ width : 60vh ;
22
+ }
23
+ div .keyboard_row # row_space {
24
+ left : 1.6vw ;
25
+ }
26
+
27
+ div # mod_cpuinfo > div > div {
28
+ width : 94% ;
29
+ }
30
+
31
+ table # mod_toplist_table {
32
+ margin-top : -1vh ;
33
+ }
34
+
35
+ div # mod_netstat_inner {
36
+ width : 100% ;
37
+ }
38
+
39
+ div # mod_globe canvas {
40
+ width : 85% ;
41
+ }
42
+
43
+ div # mod_conninfo canvas {
44
+ height : 8vh ;
45
+ }
46
+ }
Original file line number Diff line number Diff line change @@ -221,15 +221,3 @@ section#keyboard[data-is-fn-on="true"] > div.keyboard_row > div.keyboard_key > h
221
221
position : absolute;
222
222
opacity : 0 ;
223
223
}
224
-
225
- /* Support for other screen ratios than 16:9 */
226
- @media (aspect-ratio : 16 / 10 ) {
227
- div .keyboard_row : last-child {
228
- left : 1.1vh ;
229
- }
230
-
231
- div .keyboard_row # row_2 > div .keyboard_enter {
232
- top : -0.7vh ;
233
- right : -0.9vh ;
234
- }
235
- }
Original file line number Diff line number Diff line change 26
26
"pin" : " #aacfd1" ,
27
27
"satellite" : " #aacfd1"
28
28
},
29
- "injectCSS" : " section#main_shell{position:relative;left:29vh;}section#main_shell>h3.title{left:calc(29vh + 16.5vw)!important;}section#mod_column_right{left:28.5vh!important;}section#mod_column_right>h3.title{left:29.6vh!important;}div#mod_netstat_inner{height:6.85vh;padding-top:.5vh;}div#mod_globe_innercontainer{padding-bottom:.95vh;}div#mod_conninfo canvas{height:8vh!important;}"
29
+ "injectCSS" : " section#main_shell{position:relative;left:29vh;}section#main_shell>h3.title{left:calc(29vh + 16.5vw)!important;}section#mod_column_right{left:28.5vh!important;}section#mod_column_right>h3.title{left:29.6vh!important;}div#mod_netstat_inner{height:6.85vh;padding-top:.5vh;}div#mod_globe_innercontainer{padding-bottom:.95vh;}div#mod_conninfo canvas{height:8vh!important;} @media (aspect-ratio:64/27) {section#mod_column_left > h3.title{left:1.6vh!important}section#mod_column_left{left:1vh !important}section#mod_column_right > h3.title{left:44vh!important}section#mod_column_right{left:43vh !important}section#main_shell > h3.title{left:37vw !important;width:60% !important}section#main_shell{left:41vh;width:60%}} "
30
30
}
Original file line number Diff line number Diff line change 25
25
< link rel ="stylesheet " href ="assets/css/mod_ramwatcher.css " />
26
26
< link rel ="stylesheet " href ="assets/css/mod_toplist.css " />
27
27
< link rel ="stylesheet " href ="assets/css/mod_clipboardButtons.css " />
28
+ <!-- Load extra CSS -->
29
+ < link rel ="stylesheet " href ="assets/css/extra_ratios.css " />
28
30
29
31
<!-- Load main modules classes -->
30
32
< script src ="classes/modal.class.js "> </ script >
You can’t perform that action at this time.
0 commit comments