mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-22 07:37:29 +00:00
Compare commits
No commits in common. "f04be0d3f915a8adf838dfd9aa8d6ea784b9a5c3" and "893684c311231cbaa146d204fbd377f53ad18700" have entirely different histories.
f04be0d3f9
...
893684c311
@ -18,7 +18,6 @@ mixin leave(index, prefix="No more?", final)
|
|||||||
a(href="/search?q=cats+being+cute") [BLISS]
|
a(href="/search?q=cats+being+cute") [BLISS]
|
||||||
|
|
||||||
block content
|
block content
|
||||||
include includes/video-list-item
|
|
||||||
main.cant-think-page
|
main.cant-think-page
|
||||||
- let src = constants.server_setup.cant_think_narration_url
|
- let src = constants.server_setup.cant_think_narration_url
|
||||||
if src
|
if src
|
||||||
@ -72,8 +71,3 @@ block content
|
|||||||
p You know what you must do.
|
p You know what you must do.
|
||||||
p.ultimatum: a(href="#i-understand").border-look I know what I must do.
|
p.ultimatum: a(href="#i-understand").border-look I know what I must do.
|
||||||
a#i-understand
|
a#i-understand
|
||||||
|
|
||||||
p.the-end Well, looks like you reached the end of the content.#[br]You know what happens now.
|
|
||||||
h3 Recommended videos
|
|
||||||
+video_list_item("related-video", {videoId: "jKKCF_Bqtw4", title: "dopamine review", author: "Jreg", authorId: "UCGSGPehp0RWfca-kENgBJ9Q", viewCountText: "84,651 views", second__lengthText: "3:10"})
|
|
||||||
+video_list_item("related-video", {videoId: "gLYWLobR248", title: "I Watch My YouTube Videos At 2x Speed", author: "Jreg", authorId: "UCGSGPehp0RWfca-kENgBJ9Q", viewCountText: "125,625 views", second__lengthText: "2:24"})
|
|
||||||
|
@ -11,7 +11,6 @@ $_theme: () !default
|
|||||||
text-align: left
|
text-align: left
|
||||||
max-width: 572px
|
max-width: 572px
|
||||||
padding-top: 40px
|
padding-top: 40px
|
||||||
margin-bottom: 12vh
|
|
||||||
border-radius: 0px 0px 16px 16px
|
border-radius: 0px 0px 16px 16px
|
||||||
box-sizing: border-box
|
box-sizing: border-box
|
||||||
|
|
||||||
@ -57,12 +56,6 @@ $_theme: () !default
|
|||||||
.ultimatum
|
.ultimatum
|
||||||
margin-top: 32px !important
|
margin-top: 32px !important
|
||||||
|
|
||||||
.the-end
|
|
||||||
margin: 120px 0px 1em !important
|
|
||||||
|
|
||||||
.thumbnail__more
|
|
||||||
display: none
|
|
||||||
|
|
||||||
#i-understand
|
#i-understand
|
||||||
display: flex
|
display: flex
|
||||||
height: 20px
|
height: 20px
|
||||||
@ -74,7 +67,6 @@ $_theme: () !default
|
|||||||
|
|
||||||
&:target
|
&:target
|
||||||
position: fixed
|
position: fixed
|
||||||
z-index: 1
|
|
||||||
top: 0
|
top: 0
|
||||||
bottom: 0
|
bottom: 0
|
||||||
left: 0
|
left: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user