Added actors pagination.

This commit is contained in:
2024-01-04 01:49:16 +01:00
parent 424546029d
commit aad43e865a
17 changed files with 284 additions and 105 deletions

View File

@@ -182,7 +182,7 @@
.filter-label {
display: flex;
justify-content: space-between;
padding: .5rem 0 .25rem .5rem;
padding: .5rem 0 .25rem .25rem;
color: var(--shadow);
font-weight: bold;
font-size: .9rem;
@@ -209,7 +209,7 @@
height: 1.25rem;
appearance: none;
border-radius: 1rem;
background-color: var(--shadow-weak-30);
background-color: var(--shadow-weak-40);
background-image: radial-gradient(circle, var(--shadow-weak-10) .3rem, transparent calc(.3rem + 1px));
cursor: pointer;

View File

@@ -57,5 +57,5 @@
--enabled-background: rgba(0, 255, 0, .1);
--disabled: #c20;
--disabled-background: rgba(255, 0, 0, .1);
--disabled-handle: #aaa;
--disabled-handle: var(--grey-light-10);
}