mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-12 12:04:16 +00:00
use dvh instead vh
This commit is contained in:
parent
3ce34ac878
commit
871808543e
@ -14,7 +14,7 @@
|
|||||||
width: @app_sidebar_width;
|
width: @app_sidebar_width;
|
||||||
min-width: @app_sidebar_width;
|
min-width: @app_sidebar_width;
|
||||||
|
|
||||||
height: 100vh;
|
height: 100dvh;
|
||||||
|
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
|
|
||||||
|
@ -166,7 +166,7 @@ html {
|
|||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-height: 100vh;
|
max-height: 100dvh;
|
||||||
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
@ -214,7 +214,7 @@ html {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
max-height: 100vh;
|
max-height: 100dvh;
|
||||||
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: overlay;
|
overflow-y: overlay;
|
||||||
@ -251,7 +251,7 @@ html {
|
|||||||
left: 0;
|
left: 0;
|
||||||
|
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100dvh;
|
||||||
|
|
||||||
transition: background-image, background-size, background-position, background-repeat, background-attachment all 150ms ease-in-out;
|
transition: background-image, background-size, background-position, background-repeat, background-attachment all 150ms ease-in-out;
|
||||||
|
|
||||||
@ -277,7 +277,7 @@ html {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100dvh;
|
||||||
|
|
||||||
.ant-result {
|
.ant-result {
|
||||||
background-color: var(--background-color-primary);
|
background-color: var(--background-color-primary);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user