1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix additional inconsistent styles on source indicator

This commit is contained in:
Bill Thornton 2021-09-13 10:44:50 -04:00
parent de2f7f90cd
commit 82c038f952

View file

@ -150,11 +150,14 @@ button::-moz-focus-inner {
left: 0.3em; left: 0.3em;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
width: 1.6em; font-size: 88%;
height: 1.6em; font-weight: 500;
width: 2em;
height: 2em;
border-radius: 50%; border-radius: 50%;
color: #fff; color: #fff;
background: rgb(51, 136, 204); background: rgb(51, 136, 204);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
} }
.cardImageContainer { .cardImageContainer {