mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Set max size of popup for Firefox and fix padding issues
This commit is contained in:
parent
b6fd1f0804
commit
7cc8cd75d4
1 changed files with 2 additions and 3 deletions
|
@ -17,9 +17,8 @@
|
|||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
align-items: center;
|
||||
width: calc(100% - 6px);
|
||||
height: calc(100% - 22px);
|
||||
padding: 22px 3px 0;
|
||||
width: 330px;
|
||||
margin: 22px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue