Enable toggling button to switch between originals/improvements

This commit is contained in:
Marty Oehme 2025-06-08 21:29:22 +02:00
parent ba578b3c22
commit e5ab5dfc48
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 33 additions and 12 deletions

View file

@ -8,6 +8,10 @@ body {
background: #f4f4f9;
}
.hidden {
display: none;
}
.card {
border: 1px solid #ccc;
padding: 10px;
@ -81,6 +85,10 @@ body {
padding: 5px;
}
.fab-options li.hidden {
display: none;
}
.fab-label {
padding: 2px 5px;
align-self: center;