Remove remnant CSS classes, whoops

This commit is contained in:
Wolfsblvt 2024-06-16 23:20:24 +02:00
parent f67ed6d22a
commit 316df6ed17

View File

@ -5164,24 +5164,3 @@ body:not(.movingUI) .drawer-content.maximized {
.regex-highlight {
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;
}