mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-07 12:07:11 +03:00
Set max size of popup for Firefox and fix padding issues
This commit is contained in:
@@ -17,9 +17,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column nowrap;
|
flex-flow: column nowrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: calc(100% - 6px);
|
width: 330px;
|
||||||
height: calc(100% - 22px);
|
margin: 22px;
|
||||||
padding: 22px 3px 0;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user