mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-22 15:07:42 +01:00
Hide swipe counter with visibility
This commit is contained in:
parent
dce63f52c0
commit
d5221760a3
@ -1040,12 +1040,8 @@ body .panelControlBar {
|
||||
height: var(--swipeCounterHeight);
|
||||
}
|
||||
|
||||
.mes:not(.last_mes) .swipes-counter {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
body:not(.swipeAllMessages) .mes:not(.last_mes) .swipes-counter {
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
body.swipeAllMessages .mes:not(.last_mes) .swipes-counter {
|
||||
|
Loading…
x
Reference in New Issue
Block a user