[Glitch] Add some outer page spacing when viewport width equals content width
Port 947dfcc5485f79a1de622e1333c5f3d3419a9a4a to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
58b29be439
commit
ce080a1ca8
@ -3056,6 +3056,7 @@ a.account__display-name {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
min-height: 100dvh;
|
min-height: 100dvh;
|
||||||
|
padding-inline: 10px;
|
||||||
padding-bottom: env(safe-area-inset-bottom);
|
padding-bottom: env(safe-area-inset-bottom);
|
||||||
|
|
||||||
&__pane {
|
&__pane {
|
||||||
@ -3395,6 +3396,7 @@ a.account__display-name {
|
|||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
min-height: 100dvh;
|
min-height: 100dvh;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
|
padding-inline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.columns-area__panels__pane--navigational {
|
.columns-area__panels__pane--navigational {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user