mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-08 09:24:18 +01:00
tweaking toolbar CSS
This commit is contained in:
parent
56448a9883
commit
b1cf4ff144
1 changed files with 8 additions and 1 deletions
|
|
@ -9,6 +9,10 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
align-content: center;
|
||||
overflow-y:scroll;
|
||||
|
||||
display:inline-flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.vertical {
|
||||
|
|
@ -58,13 +62,16 @@
|
|||
}
|
||||
|
||||
.group {
|
||||
display: flex;
|
||||
display:inline-flex;
|
||||
overflow-wrap: normal;
|
||||
border: rgb(212, 12, 12);
|
||||
border-width: 5px;
|
||||
background-color: rgb(44, 44, 44);
|
||||
margin: 3px;
|
||||
padding: 2px;
|
||||
border-radius: 5px;
|
||||
height: max-content;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue