mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Make server address buttons bigger
This commit is contained in:
parent
666aaab7f2
commit
8455ac8b39
2 changed files with 9 additions and 5 deletions
|
@ -234,6 +234,10 @@ input[type='number'] {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.next-line {
|
||||
padding: 15px 0 0 0;
|
||||
}
|
||||
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
@ -457,18 +457,18 @@
|
|||
|
||||
<input class="option-text-box" type="text" style="margin-right:10px">
|
||||
</label>
|
||||
|
||||
<div class="small-description">__MSG_customServerAddressDescription__</div>
|
||||
|
||||
<div class="inline">
|
||||
<div class="option-button text-change-set inline low-profile">
|
||||
<div class="next-line">
|
||||
<div class="option-button text-change-set inline">
|
||||
__MSG_save__
|
||||
</div>
|
||||
|
||||
<div class="option-button text-change-reset inline low-profile">
|
||||
<div class="option-button text-change-reset inline">
|
||||
__MSG_reset__
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="small-description">__MSG_customServerAddressDescription__</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue