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 f011a96 commit 4bc28c0Copy full SHA for 4bc28c0
www/css/sepiaFW-style-dual-screen.css
@@ -0,0 +1,26 @@
1
+@media (screen-spanning: single-fold-vertical) {
2
+ body.limit-size {
3
+ max-width: none;
4
+ }
5
+ #sepiaFW-main-window {
6
+ width: calc(50% - env(fold-width)/2);
7
8
+ .sepiaFW-popup-cover-layer {
9
+ padding-right: calc(50% + env(fold-width)/2);
10
11
+ #sepiaFW-login-box {
12
+ left: calc(25% - env(fold-width)/4);
13
14
+ #sepiaFW-swipeBar-container-right {
15
+ right: calc(50% + env(fold-width)/2);
16
17
+}
18
+@media (screen-spanning: single-fold-horizontal) {
19
20
+ height: env(fold-top);
21
+ margin-bottom: calc(env(fold-top) + env(fold-height));
22
23
24
+ padding-bottom: calc(env(fold-top) + env(fold-height));
25
26
0 commit comments