parsav  Diff

Differences From Artifact [ba9256aed1]:

To Artifact [08446e37b3]:


585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
...
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005

1006
1007
1008
1009
1010
1011
1012
			}
			&:empty {
				transition: 0.3s;
				opacity: 0.0001; // qutebrowser won't show hints if opacity=0 :(
				&:hover, &:focus { opacity: 0.6 !important; }
			}
		}
		> .like { background-image: url(/s/heart.webp); }
		> .rt   { background-image: url(/s/retweet.webp); }
	}

	// used for keyboard navigation
	&.live-selected {
		//margin-left: 0.4in; margin-right: -0.4in;
		box-shadow: 0 0 0 1px tone(15%), 0 0 1in tone(5%, -0.5);
		transform: scale(1.05) translateX(0.1in);
................................................................................
body.notices {
	form { text-align: center; }
	div.notice {
		padding: 0.15in;
		background: linear-gradient(to bottom, tone(10%, -0.9), transparent);
		border: 1px solid tone(-60%);
		& + div.notice { border-top: none; }
		&.rt, &.like, &.reply { &::before {
			display: inline-block;
			width: 1em; height: 1em;
			margin-right: 1ex;
			background-size: contain;
			vertical-align: bottom;
			content: ""; // 🙄
		}}
		&.rt::before    { background-image: url(/s/retweet.webp); }
		&.like::before  { background-image: url(/s/heart.webp);   }
		&.reply::before { background-image: url(/s/reply.webp);   }

		> .action {
			display: inline-block;
			color: tone(5%);
			> .id {
				display: inline-block;
				> img {
					width: 1em; height: 1em;







|
|







 







|







|
|
|
>







585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
...
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
			}
			&:empty {
				transition: 0.3s;
				opacity: 0.0001; // qutebrowser won't show hints if opacity=0 :(
				&:hover, &:focus { opacity: 0.6 !important; }
			}
		}
		> .like   { background-image: url(/s/heart.webp); }
		> .rt     { background-image: url(/s/retweet.webp); }
	}

	// used for keyboard navigation
	&.live-selected {
		//margin-left: 0.4in; margin-right: -0.4in;
		box-shadow: 0 0 0 1px tone(15%), 0 0 1in tone(5%, -0.5);
		transform: scale(1.05) translateX(0.1in);
................................................................................
body.notices {
	form { text-align: center; }
	div.notice {
		padding: 0.15in;
		background: linear-gradient(to bottom, tone(10%, -0.9), transparent);
		border: 1px solid tone(-60%);
		& + div.notice { border-top: none; }
		&.rt, &.like, &.reply, &.follow { &::before {
			display: inline-block;
			width: 1em; height: 1em;
			margin-right: 1ex;
			background-size: contain;
			vertical-align: bottom;
			content: ""; // 🙄
		}}
		&.rt::before     { background-image: url(/s/retweet.webp); }
		&.like::before   { background-image: url(/s/heart.webp);   }
		&.reply::before  { background-image: url(/s/reply.webp);   }
		&.follow::before { background-image: url(/s/follow.webp);   }
		> .action {
			display: inline-block;
			color: tone(5%);
			> .id {
				display: inline-block;
				> img {
					width: 1em; height: 1em;