Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Dec 6, 2024
1 parent 0c8f34a commit fc47a17
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions public/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,16 @@

.autoHiding {
overflow: visible !important;
transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.autoHiding:not(.sbhidden) {
transform: translateX(0%);
transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.autoHiding.sbhidden {
transform: translateX(100%);
transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1) !important;
opacity: 0;
}

Expand Down

0 comments on commit fc47a17

Please sign in to comment.