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:
parent
6d560b8507
commit
9babaccd3b
9 changed files with 18 additions and 7 deletions
|
|
@ -1,3 +1,3 @@
|
|||
.js-licenses-page
|
||||
max-width: 600px
|
||||
max-width: 800px
|
||||
margin: 0 auto
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
@use "includes/settings-page.sass"
|
||||
@use "includes/cant-think-page.sass"
|
||||
@use "includes/privacy-page.sass"
|
||||
@use "includes/js-licenses-page.sass"
|
||||
@use "includes/licenses-page.sass"
|
||||
@use "includes/filters-page.sass"
|
||||
@use "includes/forms.sass"
|
||||
@use "includes/nav.sass"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue