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