Style correction when account notation is long at Toot.

This commit is contained in:
yu-chicken 2021-10-30 17:08:24 +09:00 committed by Zergling_man
parent db39fea577
commit 1e589edc23

View File

@ -780,6 +780,11 @@ p:not(:last-child) {
.dropdown-content li {
padding-top: 0.4rem;
}
.dropdown-content li > a, .dropdown-content li > span {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.fa-2x > .emoji-img {
width: 2.3rem !important;
height: 2.3rem !important;