mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 04:57:09 +03:00
Fix popup padding css
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
color: var(--sb-main-fg-color);
|
color: var(--sb-main-fg-color);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
padding: none;
|
padding: 0;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -522,7 +522,7 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0 8px 0 0;
|
margin: 0 8px 0 0;
|
||||||
max-width: 130px;
|
max-width: 165px;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* Set username form container with "expanded" state
|
* Set username form container with "expanded" state
|
||||||
|
|||||||
Reference in New Issue
Block a user