Fix top bar gap in mobile view
This commit is contained in:
parent
bf0cf10403
commit
990e08ba2d
|
@ -91,7 +91,6 @@
|
||||||
#top-settings-holder,
|
#top-settings-holder,
|
||||||
#top-bar {
|
#top-bar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
padding-top: 3px;
|
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
width: 100svw;
|
width: 100svw;
|
||||||
}
|
}
|
||||||
|
@ -114,14 +113,14 @@
|
||||||
/* ,
|
/* ,
|
||||||
#world_popup */
|
#world_popup */
|
||||||
{
|
{
|
||||||
max-height: calc(100vh - 36px);
|
/*max-height: calc(100vh - 36px);
|
||||||
max-height: calc(100svh - 36px);
|
max-height: calc(100svh - 36px);*/
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
resize: none !important;
|
resize: none !important;
|
||||||
top: 36px;
|
top: var(--topBarBlockSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
.wi-settings {
|
.wi-settings {
|
||||||
|
@ -272,6 +271,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1001px) {
|
@media screen and (min-width: 1001px) {
|
||||||
|
|
||||||
#PygOverrides,
|
#PygOverrides,
|
||||||
#ContextFormatting,
|
#ContextFormatting,
|
||||||
#UI-Theme-Block,
|
#UI-Theme-Block,
|
||||||
|
|
Loading…
Reference in New Issue