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

last stylelint fixes for lyrics looks

This commit is contained in:
gm852 2025-03-24 09:12:26 -04:00
parent dbeef9c554
commit d89eac82c8

View file

@ -74,7 +74,6 @@
font-size: 16px; font-size: 16px;
color: #bbb; color: #bbb;
margin-top: -5px; margin-top: -5px;
} }
/* move info to the top and allow lyrics to overlap */ /* move info to the top and allow lyrics to overlap */
@ -83,7 +82,7 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
text-align: center; text-align: center;
margin-right: 0; margin-right: 0px;
width: 100%; width: 100%;
} }
@ -117,4 +116,4 @@
top: 40px; top: 40px;
width: 100%; width: 100%;
} }
} }