Fix #21 respect safe areas on ios safari

This commit is contained in:
2023-04-11 16:21:15 +02:00
parent 6c9546b74a
commit 4fbd9a260f
4 changed files with 4 additions and 2 deletions

View File

@ -42,6 +42,7 @@
padding: 0.3em 1em;
margin: 0 -8px;
border-radius: 3px;
padding-bottom: env(safe-area-inset-bottom);
}
.icon {
position: relative;

View File

@ -41,6 +41,7 @@
display: flex;
flex-direction: column;
flex-grow: 2;
word-break: break-word;
}
.meta {
display: flex;