mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 02:10:04 +03:00
add user settings
This commit is contained in:
@@ -9,10 +9,6 @@ Jellyfin allows users to customize the appearance of the web interface by applyi
|
||||
|
||||
Custom CSS is only applied to clients that load Jellyfin Web from your server. As a result, it does not affect all Jellyfin clients. Some web-based clients bundle their own version of Jellyfin Web and therefore do not load custom CSS from the server.
|
||||
|
||||
To add custom CSS, navigate to `Dashboard > Branding` and enter your stylesheet in the "Custom CSS" field. Custom CSS is loaded after Jellyfin's default styles, allowing you to override existing rules and customize elements such as colors, layouts and sizing.
|
||||
|
||||

|
||||
|
||||
:::warning
|
||||
|
||||
External resources referenced by custom CSS are loaded by the client, not the Jellyfin server. Ensure these resources are accessible from all client devices. If a resource cannot be reached, Jellyfin Web may not render correctly.
|
||||
@@ -21,6 +17,14 @@ Using externally hosted stylesheets, fonts, or other assets can also affect offl
|
||||
|
||||
:::
|
||||
|
||||
To add custom CSS, navigate to `Dashboard > Branding` and enter your stylesheet in the "Custom CSS" field. Custom CSS is loaded after Jellyfin's default styles, allowing you to override existing rules and customize elements such as colors, layouts, and sizing.
|
||||
|
||||

|
||||
|
||||
Alternatively, custom CSS can be configured on a per-user basis under `Settings > Display`.
|
||||
|
||||

|
||||
|
||||
If you have little or no experience with CSS, consider reviewing the community resources and tutorials linked below.
|
||||
|
||||
## General Information About CSS
|
||||
|
||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Reference in New Issue
Block a user