Skip to content

Commit

Permalink
[#167,#262,#241][Crum/Flashcards] Hide Developer-Mode Elements in CSS.
Browse files Browse the repository at this point in the history
This reduces jitter. Otherwise, if they are visible by default and only
get hidden by JavaScript, they will jitter on page load.
  • Loading branch information
pishoyg committed Dec 8, 2024
1 parent 8ec007f commit 14e6302
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ table {
opacity: 0.5;
}

.dev {
display: none;
}

:target.explanatory,
:target.sister,
:target.drv .marcion,
Expand Down Expand Up @@ -254,6 +258,7 @@ table {
font-size: small;
font-style: italic;
color: #7f8c8d;
display: none;
}

.dialect-dictionaries {
Expand Down

0 comments on commit 14e6302

Please sign in to comment.