Fix layout issues in Safari

This commit is contained in:
Jason Zimdars
2025-01-27 16:49:37 -06:00
parent eaa71d490d
commit 90114ca7d7
2 changed files with 3 additions and 10 deletions
+1 -7
View File
@@ -57,7 +57,7 @@
.bubble__perma & {
--bubble-border-width: 0.3rem;
--bubble-size: 100% !important;
--bubble-size: 40dvh !important;
z-index: 1;
}
@@ -290,12 +290,6 @@
}
}
.bubble__perma {
block-size: 100%;
max-block-size: 40dvh;
max-inline-size: 100%;
}
.bubble__tags {
--row-gap: 0;
+2 -3
View File
@@ -1,14 +1,13 @@
body {
display: grid;
grid-template-rows: auto 1fr auto 10rem;
grid-template-rows: auto 1fr auto 6em;
}
:where(#main) {
container-type: inline-size;
container-type: normal;
inline-size: 100vw;
margin-inline: auto;
max-inline-size: 100vw;
padding-block: 0 clamp(var(--block-space), 3cqmin, calc(var(--block-space) * 3));
padding-inline: clamp(var(--inline-space), 3cqmin, calc(var(--inline-space) * 3));
text-align: center;