diff css/style.css @ 104:c6457452675f default tip

why are you gay?
author Paper <paper@tflc.us>
date Wed, 08 Jan 2025 19:56:20 -0500
parents e83a48ef3bf4
children
line wrap: on
line diff
--- a/css/style.css	Tue Jan 07 19:01:38 2025 -0500
+++ b/css/style.css	Wed Jan 08 19:56:20 2025 -0500
@@ -190,6 +190,7 @@
 	object-fit: contain;
 }
 
+.blips-list,
 .plugs-list {
 	display: flex;
 	width: 100%;
@@ -201,20 +202,29 @@
 	row-gap: 0.5em;
 }
 
+.blips-list-item,
 .plugs-list-item {
 	display: block;
 
-	width: 88px;
-	height: 31px;
-
 	opacity: 80%;
 	image-rendering: pixelated;
 }
 
+.blips-list-item:hover,
 .plugs-list-item:hover {
 	opacity: 100%;
 }
 
+.plugs-list-item {
+	width: 88px;
+	height: 31px;
+}
+
+.blips-list-item {
+	width: 80px;
+	height: 15px;
+}
+
 .code-block {
 	overflow-x: scroll;
 	background-color: rgba(0, 0, 0, 0.6);