0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 11:32:39 +00:00

increase visibility of toolbar toggle

This commit is contained in:
Víctor Losada Hernández
2025-05-07 11:57:41 +02:00
parent 678d981121
commit 75fe7b2c67

View File

@@ -169,7 +169,7 @@
width : 92px; width : 92px;
overflow : hidden; overflow : hidden;
background-color : unset; background-color : unset;
opacity : 0.5; opacity : 0.7;
transition : all 0.3s ease; transition : all 0.3s ease;
& > *:not(.toggleButton) { & > *:not(.toggleButton) {
opacity : 0; opacity : 0;
@@ -184,4 +184,9 @@
z-index : 5; z-index : 5;
display : flex; display : flex;
height : 100%; height : 100%;
button i {
filter: drop-shadow(0 0 2px black) drop-shadow(0 0 1px black);
}
} }