mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-13 02:14:23 +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 {
|
.sponsorStartHint {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 12px;
|
padding: 0 10px 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -379,7 +379,7 @@
|
||||||
.sbYourWorkCols > div {
|
.sbYourWorkCols > div {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 50%;
|
flex-basis: 50%;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue