mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-30 19:38:34 +03:00
minimum width for username box
This commit is contained in:
@@ -462,9 +462,11 @@
|
|||||||
*/
|
*/
|
||||||
#usernameElement {
|
#usernameElement {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
min-width: 50%;
|
||||||
}
|
}
|
||||||
#setUsernameContainer {
|
#setUsernameContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
width: fit-content;
|
||||||
}
|
}
|
||||||
#setUsernameContainer > button {
|
#setUsernameContainer > button {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user