feat(directory): added ability to show if any new operator is available

This commit is contained in:
Haoyu Xu
2023-10-08 02:01:20 -04:00
parent c5a301ecc7
commit 8f09b01851
6 changed files with 94 additions and 16 deletions

View File

@@ -1,3 +1,16 @@
.date {
margin: 1.5rem;
font-family: "Bender", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR",
"Noto Sans", sans-serif;
font-weight: bold;
text-align: right;
color: var(--date-color);
font-size: 1.5rem;
letter-spacing: 0.1rem;
flex: auto;
user-select: none;
}
.group {
padding: 1rem;
display: flex;
@@ -5,18 +18,6 @@
flex-wrap: wrap;
user-select: none;
.date {
margin: 1.5rem;
font-family: "Bender", 'Noto Sans SC', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans', sans-serif;
font-weight: bold;
text-align: right;
color: var(--date-color);
font-size: 1.5rem;
letter-spacing: 0.1rem;
flex: auto;
user-select: none;
}
.item {
position: relative;
cursor: pointer;
@@ -117,7 +118,8 @@
color: var(--secondary-text-color);
.text {
font-size: 0.75rem;
font-family: "Geometos", 'Noto Sans SC', 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans', sans-serif;
font-family: "Geometos", "Noto Sans SC", "Noto Sans JP",
"Noto Sans KR", "Noto Sans", sans-serif;
margin-top: 1rem;
}
}