Skip to content

Commit

Permalink
Revert "DIT-478: Browser-specific fill-available"
Browse files Browse the repository at this point in the history
  • Loading branch information
mdl314 authored Dec 11, 2024
1 parent be42e78 commit 4bdfdac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/vue/components/Banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ 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: 0 additions & 1 deletion src/vue/design/reveal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
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 4bdfdac

Please sign in to comment.