app:: ui updates for mobile view

This commit is contained in:
mertJF
2021-01-02 14:49:41 +03:00
parent 4b29cf0fa6
commit 8a5855dc76

View File

@@ -127,6 +127,8 @@ iframe {
.app {
height: 100vh;
display: flex;
flex-direction: column;
}
.app.dark-mode {
@@ -134,7 +136,7 @@ iframe {
}
.main {
height: calc(100vh - 64px);
flex-grow: 1;
overflow: auto;
transition: .3s;
}