You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
so I started using the latest Docker image swaggerapi/swagger-ui:latest. According to https://hub.docker.com/r/swaggerapi/swagger-ui this should be 3.18.3.
Then I downloaded the entire webpage and patched the css line according to the documentation.
Using Firefox the Debug Console shows that the css is loaded.
But the design looks broken.
<!-- HTML for static distribution bundle build --><!DOCTYPE html><htmllang="en"><head><metahttp-equiv="content-type" content="text/html; charset=UTF-8"><metacharset="UTF-8"><title>Swagger UI</title><!-- <link rel="stylesheet" type="text/css" href="Swagger%20UI-Dateien/swagger-ui.css"> --><linkrel="stylesheet" type="text/css" href="Swagger%20UI-Dateien/index.css"><linkrel="icon" type="image/png" href="https://api.earthdawn.monster/favicon-32x32.png" sizes="32x32"><linkrel="icon" type="image/png" href="https://api.earthdawn.monster/favicon-16x16.png" sizes="16x16"><linkrel="stylesheet" type="text/css" href="Swagger%20UI-Dateien/theme-feeling-blue.css"></head>
Here comes a screenshot:
Greetings,
DaRolla
The text was updated successfully, but these errors were encountered:
DaRolla
changed the title
3.x Themes look broken
3.x Themes on Swagger-UI 3.18.3: design looks broken
Apr 25, 2024
I was able to get this to work by stacking the css files. In other words, keep the original swagger-ui.css in place. Then add the themed css below to override any original css styling.
Hi there,
so I started using the latest Docker image swaggerapi/swagger-ui:latest. According to https://hub.docker.com/r/swaggerapi/swagger-ui this should be 3.18.3.
Then I downloaded the entire webpage and patched the css line according to the documentation.
Using Firefox the Debug Console shows that the css is loaded.
But the design looks broken.
Here comes a screenshot:
Greetings,
DaRolla
The text was updated successfully, but these errors were encountered: