mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Fix popup layout on safari
This commit is contained in:
parent
13cde493ec
commit
25cd5a346b
1 changed files with 4 additions and 0 deletions
|
@ -224,6 +224,10 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.segmentSummary::-webkit-details-marker {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.segmentActive {
|
.segmentActive {
|
||||||
color: #bdfffb;
|
color: #bdfffb;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue