mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 07:49:29 +00:00
[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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user