mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Fix gutter when popup is very narrow
This commit is contained in:
parent
d937a2ae59
commit
7c4f649016
1 changed files with 2 additions and 2 deletions
|
@ -317,7 +317,7 @@
|
|||
|
||||
.sponsorStartHint {
|
||||
display: block;
|
||||
margin-bottom: 12px;
|
||||
padding: 0 10px 12px;
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -379,7 +379,7 @@
|
|||
.sbYourWorkCols > div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 50%;
|
||||
flex-basis: 50%;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue