[Glitch] Add some outer page spacing when viewport width equals content width

Port 947dfcc548 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion
2025-11-05 13:17:42 +01:00
committed by Claire
parent 58b29be439
commit ce080a1ca8

View File

@@ -3056,6 +3056,7 @@ a.account__display-name {
height: 100%;
min-height: 100vh;
min-height: 100dvh;
padding-inline: 10px;
padding-bottom: env(safe-area-inset-bottom);
&__pane {
@@ -3395,6 +3396,7 @@ a.account__display-name {
min-height: 100vh;
min-height: 100dvh;
gap: 0;
padding-inline: 0;
}
.columns-area__panels__pane--navigational {