mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-02 20:36:49 +01:00
Add 1px margin to qr item adder
This commit is contained in:
parent
b291014a95
commit
9d7ea745b2
@ -235,7 +235,7 @@
|
||||
align-items: center;
|
||||
opacity: 0;
|
||||
transition: 100ms;
|
||||
margin: -3px 0 -12px 0;
|
||||
margin: -2px 0 -11px 0;
|
||||
position: relative;
|
||||
}
|
||||
#qr--settings #qr--set-qrList .qr--set-qrListContents > .qr--set-item .qr--set-itemAdder .qr--actions {
|
||||
|
@ -269,7 +269,7 @@
|
||||
align-items: center;
|
||||
opacity: 0;
|
||||
transition: 100ms;
|
||||
margin: -3px 0 -12px 0;
|
||||
margin: -2px 0 -11px 0;
|
||||
position: relative;
|
||||
.qr--actions {
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user