Skip to content

Commit

Permalink
fix compactness for dark mode (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
npinsker authored Dec 13, 2024
1 parent eb99f45 commit c2ad875
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cardboard/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ body {
}

.bootstrap button.cb-btn-compact,
.bootstrap div.cb-btn-compact button {
.bootstrap div.cb-btn-compact button,
.bootstrap-dark button.cb-btn-compact,
.bootstrap-dark div.cb-btn-compact button {
padding: .15rem .7rem;
line-height: normal;
}

0 comments on commit c2ad875

Please # to comment.