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 {
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user