Skip to content

Commit

Permalink
prevent layout shifting
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPeters committed Dec 17, 2024
1 parent 09a6941 commit 7b82e8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
bottom: auto;
}

#player-container div.card-body {
height: 218.8px;
}

button#addTimestamp {
position: absolute;
z-index: 5;
Expand Down Expand Up @@ -440,7 +444,7 @@

.dense #player-container div.card-body {
padding: 0;
height: 218.8px;
height: 186.5px;
}

.dense #editor-container {
Expand Down

0 comments on commit 7b82e8a

Please sign in to comment.