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

Small css fix

This commit is contained in:
Hadi Charara 2022-07-08 22:32:51 -04:00
parent c615bb31ae
commit 1db79f58b4

View file

@ -17,7 +17,7 @@
align-items: center;
text-transform: none;
width: 100%;
text-align: left;
text-align: start;
border-width: 0 0 0.1em 0;
border-style: solid;
padding-left: 0.1em;
@ -29,7 +29,7 @@
transform-origin: 50% 50%;
transition: transform 180ms ease-out;
position: absolute;
right: 0.5em;
inset-inline-end: 0.5em;
font-size: 1.5em;
}