change admonition style and position

This commit is contained in:
BotBlake
2026-06-03 16:07:28 +02:00
parent eab67a37c2
commit 46748e333e
+3 -3
View File
@@ -11,7 +11,9 @@ Custom CSS is only applied to clients that load Jellyfin Web from your server. A
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.
:::note
![Screenshot of the 'Custom CSS' setting in the administrator dashboard of the web client](/images/docs/custom-css-customcssfield.png)
:::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.
@@ -19,8 +21,6 @@ Using externally hosted stylesheets, fonts, or other assets can also affect offl
:::
![Screenshot of the 'Custom CSS' setting in the administrator dashboard of the web client](/images/docs/custom-css-customcssfield.png)
If you have little or no experience with CSS, consider reviewing the community resources and tutorials linked below.
## General Information About CSS