mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Resize FA icon in QR editor, add label caption
This commit is contained in:
@@ -527,6 +527,7 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 0.5em;
|
||||
padding: 1px;
|
||||
> label, > .label {
|
||||
flex: 1 1 1px;
|
||||
display: flex;
|
||||
@@ -695,6 +696,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
#qr--modal-icon {
|
||||
height: 100%;
|
||||
aspect-ratio: 1 / 1;
|
||||
}
|
||||
#qr--modal-executeButtons {
|
||||
display: flex;
|
||||
gap: 1em;
|
||||
|
Reference in New Issue
Block a user