Tweaks to styling, navbar image-border, and fixes to inconsistent responsive layout across pages other than main.php
All checks were successful
Website Sync / website-sync (push) Successful in 7s
All checks were successful
Website Sync / website-sync (push) Successful in 7s
This commit is contained in:
@@ -13,8 +13,6 @@
|
||||
.verticalscroll { display: flex; }
|
||||
.scroll_below-clip-box { display: block; }
|
||||
|
||||
.navbar.bot > .about, .navbar.bot > .logo, .navbar.bot > .lang-picker { display: none; }
|
||||
|
||||
/* Decoration */
|
||||
|
||||
#try_hovering--blinkie { display: none; }
|
||||
@@ -41,7 +39,7 @@
|
||||
right: 0; /* There is a slight inconsistency with this, as scrollbar width isn't considered with fixed, but the blank version does contemplate, creating a gap wider than expected */
|
||||
margin: var(--gap);
|
||||
justify-content: center;
|
||||
height: calc(100% - var(--mobile-botnavbar-height) - var(--mobile-topnavbar-height) - var(--gap) * 2);
|
||||
height: calc(100% - (var(--mobile-botnavbar-height) + 5px) - (var(--mobile-topnavbar-height) + 5px) - var(--gap) * 2);
|
||||
width: var(--scrolls-height);
|
||||
overflow: hidden;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user