mirror of
https://github.com/mertJF/tailblocks.git
synced 2025-12-08 17:03:24 +00:00
app:: ui updates for mobile view
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user