Add some outer page spacing when viewport width equals content width (#36733)

This commit is contained in:
diondiondion 2025-11-05 13:17:42 +01:00 committed by GitHub
parent 049dcebf9a
commit 947dfcc548
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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