mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
Frontend: Use monospaced font for .p-log-message in logs.css
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
e0333cb43b
commit
0759dfc946
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
display: block;
|
||||
text-align: left;
|
||||
font-size: 0.825rem;
|
||||
font-family: var(--v-font-family-mono);
|
||||
white-space: normal;
|
||||
color: rgb(var(--v-theme-on-surface));
|
||||
padding: 4px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue