Skip to content

Commit

Permalink
Fixed spinner not centered for media viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeredwolf committed Apr 16, 2022
1 parent 4ed09ac commit 97b3811
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions common/assets/moderndeck.css
Original file line number Diff line number Diff line change
Expand Up @@ -705,9 +705,11 @@ html.mtd-linux-system-font {
}

.med-embeditem>.preloader-wrapper {
top: 50%;
position: absolute;
margin-top: -20px
top: 50%;
left: 50%;
margin-left: -24px;
margin-top: -24px;
}

.column-loading-placeholder>.preloader-wrapper {
Expand Down Expand Up @@ -2331,7 +2333,7 @@ a .column-title-back .icon:after {
}

.emoji[src^="https://"] {
display: inline
display: inline
}

.tweet:hover .tweet-actions,
Expand Down

0 comments on commit 97b3811

Please sign in to comment.