Fix: お知らせのページ送りの数字がずれるのを修正 ()

This commit is contained in:
aoisensi 2024-03-18 14:18:19 +09:00 committed by GitHub
parent a8fbcb3fb6
commit f509bd4fc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4140,6 +4140,10 @@ a.status-card {
.announcements { .announcements {
z-index: 1; z-index: 1;
position: relative; position: relative;
.announcements__pagination > * {
vertical-align: middle;
}
} }
} }