fix(ui): allow dynamic tigher spacing of action buttons. fixes #2957
This commit is contained in:
parent
913cc4aae2
commit
a50f1fe7bb
@ -5,8 +5,8 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
button {
|
button {
|
||||||
margin-left: 0.3rem;
|
margin-left: clamp(1px, 0.2vw, 0.3rem);
|
||||||
margin-right: 0.3rem;
|
margin-right: clamp(1px, 0.2vw, 0.3rem);
|
||||||
&:last-of-type {
|
&:last-of-type {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user