Skip to content

Commit

Permalink
toggle rille
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricius Seifert committed May 2, 2024
1 parent 4101dc7 commit edc66d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/cdn/js/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ function showToggleButton() {
box-shadow: 0 0 20px 10px rgba(235, 91, 89, 0.05);
border: 1px solid #eeebe2;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
margin-right: 10px;
}
.showBoundariesToggle input {
Expand All @@ -381,6 +383,7 @@ function showToggleButton() {
margin-right: 10px;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
background-color: #fff;
flex-shrink: 0;
}
.toggleView::before {
Expand Down

0 comments on commit edc66d9

Please sign in to comment.