mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove remnant CSS classes, whoops
This commit is contained in:
@@ -5164,24 +5164,3 @@ body:not(.movingUI) .drawer-content.maximized {
|
|||||||
.regex-highlight {
|
.regex-highlight {
|
||||||
color: #FAF8F6;
|
color: #FAF8F6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination-indicators {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 10px;
|
|
||||||
left: 50%;
|
|
||||||
transform: translateX(-50%);
|
|
||||||
display: flex;
|
|
||||||
gap: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pagination-indicator {
|
|
||||||
width: 10px;
|
|
||||||
height: 10px;
|
|
||||||
background-color: #ddd;
|
|
||||||
border-radius: 50%;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pagination-indicator.active {
|
|
||||||
background-color: #333;
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user