diff --git a/src/assets/css/librarybrowser.css b/src/assets/css/librarybrowser.css index af5b865a10..cbbd2f198e 100644 --- a/src/assets/css/librarybrowser.css +++ b/src/assets/css/librarybrowser.css @@ -617,6 +617,11 @@ div.itemDetailGalleryLink.defaultCardBackground { height: 23vw; /* Dirty hack to get it to look somewhat square. Less than ideal. */ } +.btnSyncComplete i { + -webkit-border-radius: 100em; + border-radius: 100em; +} + .itemDetailGalleryLink.defaultCardBackground > i { font-size: 15vw; margin-top: 50%; @@ -643,11 +648,6 @@ div.itemDetailGalleryLink.defaultCardBackground { background: #673ab7 !important; } -.btnSyncComplete i { - -webkit-border-radius: 100em; - border-radius: 100em; -} - .emby-button.detailFloatingButton { position: absolute; background-color: rgba(0, 0, 0, 0.5) !important;