This commit is contained in:
pa
2026-01-16 22:21:00 +09:00
committed by Natsumi
parent 093fe082f2
commit d55ee08a05
48 changed files with 264 additions and 473 deletions

View File

@@ -743,4 +743,14 @@
max-height: 360px;
overflow: hidden auto;
}
.notify::after {
position: absolute;
top: 45%;
left: 8px;
width: 4px;
height: 4px;
content: '';
border-radius: 50%;
}
</style>