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

Add dashboard branding page

This commit is contained in:
Bill Thornton 2024-11-20 17:56:59 -05:00
parent 441494d5b2
commit ca5f94df63
8 changed files with 259 additions and 10 deletions

View file

@ -6,7 +6,7 @@
/* Remove select styling */
/* Font size must the 16px or larger to prevent iOS page zoom on focus */
font-size: inherit;
font-size: 110%;
/* General select styles: change as needed */
font-family: inherit;
@ -19,6 +19,9 @@
outline: none !important;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
width: 100%;
/* Make the height at least as tall as inputs */
min-height: 2.5em;
}
.emby-textarea::-moz-focus-inner {