0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 09:22:44 +00:00
This commit is contained in:
Víctor Losada Hernández
2024-08-14 20:39:15 +02:00
parent f449132b4c
commit bbe56bf443

View File

@@ -4,10 +4,10 @@
.snippetBar {
@menuHeight : 25px;
position : relative;
min-width : 331px;
height : @menuHeight;
color : black;
background-color : #DDDDDD;
min-width : 331px;
@container editor (width < 538px) {
display : flex;
@@ -139,11 +139,11 @@
cursor : pointer;
.animate(background-color);
i {
min-width : 25px;
height : 1.2em;
margin-right : 8px;
font-size : 1.2em;
min-width: 25px;
text-align: center;
text-align : center;
& ~ i {
margin-right : 0;
margin-left : 5px;