Skip to content

Commit

Permalink
Don't display the license until the kitten has loaded
Browse files Browse the repository at this point in the history
This was being done correctly for `.footer`, but `.license` was added
later and was missed.
  • Loading branch information
rgrove committed Nov 10, 2023
1 parent a5aedb2 commit 0346392
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/kittens.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ small {
text-align: center;
}

:root:not([data-loaded]) .license {
display: none;
}

.photo {
margin: 0 auto;
}
Expand Down

0 comments on commit 0346392

Please sign in to comment.