diff --git a/src/css/style.less b/src/css/style.less index 1db2b73..4e8b3d7 100644 --- a/src/css/style.less +++ b/src/css/style.less @@ -4613,6 +4613,8 @@ button.swiper-pagination-bullet { &-owner { float: right; display: flex; + align-items: center; + justify-content: center; & > .avatar { height: 1.5em; @@ -4643,6 +4645,7 @@ button.swiper-pagination-bullet { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; + font-weight: 600; } } }