Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions nicegui/static/nicegui.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@
padding: 0.5rem;
border: 1px solid #8884;
}
.nicegui-markdown .codehilite pre {
margin: 0.5rem 0;
.nicegui-markdown pre {
margin: 0.5rem 0.5rem;
}
.nicegui-markdown .mermaid-pre > .mermaid {
display: none;
Expand Down Expand Up @@ -257,9 +257,6 @@ h6.q-timeline__title {
box-shadow: 0 0 0.5em rgba(127, 159, 191, 0.05);
border-radius: 0.25rem;
}
.nicegui-code .codehilite {
padding: 0 0.5rem;
}
.nicegui-matplotlib > svg,
.nicegui-pyplot > svg {
width: 100%;
Expand Down