1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-03-02 02:31:35 +00:00

Support Netscape Navigator 9

This commit is contained in:
Cadence Ember 2021-10-06 20:55:14 +13:00
parent 6d560b8507
commit 9babaccd3b
No known key found for this signature in database
GPG key ID: BC1C2C61CF521B17
9 changed files with 18 additions and 7 deletions

View file

@ -1,3 +1,3 @@
.js-licenses-page
max-width: 600px
max-width: 800px
margin: 0 auto

View file

@ -1,6 +1,10 @@
@use "colors.sass" as c
@use "_dimensions.sass" as dimensions
// navigator hacks
.thumbnail > .thumbnail__options-container
float: right
.thumbnail
$more-size: 24px
@ -33,7 +37,8 @@
&::-webkit-details-marker
display: none
&__options-container
// "&__more" is needed for navigator hacks
&__more &__options-container
position: absolute
z-index: 1
top: $more-size