Skip to content

Commit

Permalink
Move symbols to its own cacheable file. Fixes #809 (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines authored Nov 18, 2022
1 parent f90fa6d commit 6e3a6a6
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 263 deletions.
6 changes: 3 additions & 3 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
position: absolute;
background-color: var(--light);
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 2000;
}

Expand Down Expand Up @@ -368,15 +368,15 @@ br.big {
}

.honeypot {
display:none !important;
display: none !important;
}

.slight-radius {
border-radius: 4px;
}

.modlog-choices-font-size {
font-size: .9375rem !important;
font-size: 0.9375rem !important;
}

.preview-lines {
Expand Down
Loading

0 comments on commit 6e3a6a6

Please sign in to comment.