loof2736 / scyfin

Custom theme for Jellyfin WebUI
GNU General Public License v3.0
213 stars 21 forks source link

Dropdown Padding #3

Closed JamsRepos closed 9 months ago

JamsRepos commented 11 months ago

The padding on dropdowns is slightly off due to the rounded nature of them. The code below will get them looking presentable.

Before image

After image

.trackSelections .selectContainer .detailTrackSelect { padding: 0 10px }