mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-09-09 13:11:14 +00:00
Updated mobile UI
Using dvh and vh as fallback for mobile browsers.
This commit is contained in:
@@ -30,6 +30,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
#app{
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
@supports (height: 100dvh) {
|
||||
#app{
|
||||
height: 100dvh;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Sidebar
|
||||
*/
|
||||
|
Reference in New Issue
Block a user