css: Avoid wobble on followers page unfollow button hover with long

translations
pull/9768/head
Benedikt Werner 2021-09-10 07:58:18 +02:00
parent 3a02fc1f3b
commit 9f2aeb7b82
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,18 @@ table td {
max-width: 50vw;
@include breakpoint($mq-x-small) {
&:nth-child(1) {
width: 30%;
}
&:nth-child(2) {
width: 15%;
}
&:nth-child(3) {
width: 20%;
}
}
@include breakpoint($mq-not-x-small) {
&:last-child {
display: none;