mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-03-31 01:59:34 +03:00
Remove unnecessary flexbox usage
This commit is contained in:
@@ -312,8 +312,11 @@
|
||||
*/
|
||||
|
||||
#mainControls {
|
||||
flex-flow: column;
|
||||
align-items: center;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.sponsorStartHint {
|
||||
display: block;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
<p class="sbHeader">
|
||||
__MSG_recordTimesDescription__
|
||||
</p>
|
||||
<sub style="margin-bottom: 12px;">__MSG_popupHint__</sub>
|
||||
<sub class="sponsorStartHint">__MSG_popupHint__</sub>
|
||||
<div>
|
||||
<button id="sponsorStart" class="sbMediumButton">__MSG_sponsorStart__</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user