Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Nov 23, 2023
2 parents 996dc99 + 4c7c66e commit 5b23fb6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/components/Action.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ import { sanitizeText } from "../util/util.js";
}

const CSS = /* css */`
h3 {
white-space: nowrap;
}
.cols {
margin: auto;
}
.actions {
font-size: 80px;
color: var(--accent);
Expand Down

0 comments on commit 5b23fb6

Please sign in to comment.