Skip to content

Commit

Permalink
Merge pull request #805 from danskernesdigitalebibliotek/reader-playe…
Browse files Browse the repository at this point in the history
…r-feature

Reader / Player
  • Loading branch information
kasperbirch1 authored Jan 22, 2025
2 parents 76c4f36 + 015c1cc commit e892821
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
@import "./src/stories/Library/simple-link/simple-link";
@import "./src/stories/Library/search-full-text/search-full-text";
@import "./src/stories/empty-view/empty-view";
@import "./src/stories/Library/player/player";

// Autosuggest block styling needs to be loaded before the rest of the scss for autosuggest
@import "./src/stories/Blocks/autosuggest/autosuggest";
Expand Down
5 changes: 5 additions & 0 deletions src/stories/Library/Modals/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
padding: 0;
}

.modal--center {
justify-content: center;
align-items: center;
}

.modal-btn-close {
background-color: $color__global-primary;
position: fixed;
Expand Down
4 changes: 4 additions & 0 deletions src/stories/Library/player/player.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.player {
height: 250px;
width: 100%;
}

0 comments on commit e892821

Please sign in to comment.