Skip to content

Commit

Permalink
DIT-478: Browser-specific fill-available
Browse files Browse the repository at this point in the history
- Added Firefox version of fill-available to Banner and reveal
  • Loading branch information
SindreKjelsrud committed Dec 11, 2024
1 parent 8e70499 commit 8313871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vue/components/Banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ const server= SERVER
img {
width: webkit-fill-available;
height: webkit-fill-available;
width: moz-available;
height: moz-available;
flex-grow: 0;
object-fit: contain;
}
Expand Down
1 change: 1 addition & 0 deletions src/vue/design/reveal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
align-items: center;
justify-content: space-between;
width: -webkit-fill-available;
width: -moz-available;
padding: 0.5rem;
border: solid 2px $color-black;
font-family: Roboto;
Expand Down

0 comments on commit 8313871

Please sign in to comment.