mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
better subscribe button display for accounts
This commit is contained in:
@@ -89,6 +89,10 @@ my-user-moderation-dropdown,
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.right-buttons {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,8 @@
|
||||
height: 35px;
|
||||
|
||||
& > button:first-child {
|
||||
width: 175px;
|
||||
width: max-content;
|
||||
min-width: 175px;
|
||||
}
|
||||
|
||||
button .extra-text {
|
||||
|
||||
Reference in New Issue
Block a user