tedhinklater / finimalism

Jellyfin Theme CSS
GNU General Public License v3.0
94 stars 9 forks source link

Mobile Client Options Cutoff. #17

Closed DrMkdaddy closed 2 hours ago

DrMkdaddy commented 3 hours ago

The word "Dashboard" is cut off making the whole thing look a little strange and is it possible to have some dividers between the elements in the settings menu?

Screenshot_20241118_032317_Jellyfin.jpg

tedhinklater commented 2 hours ago

Screenshot 2024-11-18 120837

fixed in the update, add this if you want the fix immediately

#myPreferencesMenuPage .sectionTitle {text-decoration: underline;}
#myPreferencesPage .readOnlycontent {font-size: 90%;}
#myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button .listItem {justify-content: center;}
#myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button .listItemBody {overflow: visible;text-overflow: unset;white-space: wrap;padding-right: 0.75em;}
#myPreferencesMenuPage .verticalSection-extrabottompadding .emby-button .listItemBodyText {text-overflow: visible !important;}