mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
adjust QR set colors for combined buttons
This commit is contained in:
@@ -77,6 +77,15 @@
|
||||
#qr--bar > .qr--buttons > .qr--buttons,
|
||||
#qr--popout > .qr--body > .qr--buttons > .qr--buttons {
|
||||
display: contents;
|
||||
background-color: transparent;
|
||||
}
|
||||
#qr--bar > .qr--buttons > .qr--buttons:before,
|
||||
#qr--popout > .qr--body > .qr--buttons > .qr--buttons:before,
|
||||
#qr--bar > .qr--buttons > .qr--buttons:after,
|
||||
#qr--popout > .qr--body > .qr--buttons > .qr--buttons:after {
|
||||
content: '';
|
||||
width: 5px;
|
||||
background-color: var(--qr--color);
|
||||
}
|
||||
#qr--bar > .qr--buttons .qr--button,
|
||||
#qr--popout > .qr--body > .qr--buttons .qr--button {
|
||||
|
@@ -82,6 +82,12 @@
|
||||
|
||||
>.qr--buttons {
|
||||
display: contents;
|
||||
background-color: transparent;
|
||||
&:before, &:after {
|
||||
content: '';
|
||||
width: 5px;
|
||||
background-color: var(--qr--color);
|
||||
}
|
||||
}
|
||||
|
||||
.qr--button {
|
||||
|
Reference in New Issue
Block a user