Skip to content

Commit

Permalink
Merge pull request #591 from matematikk-mooc/revert-589-sindre/DIT-478
Browse files Browse the repository at this point in the history
Revert "DIT-478: Browser-specific fill-available"
  • Loading branch information
mdl314 authored Dec 11, 2024
2 parents be42e78 + 4bdfdac commit 5761c05
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 5761c05

Please sign in to comment.