From 1e7a8caca0ac14cdfe57d42f407789750031fb83 Mon Sep 17 00:00:00 2001 From: Ashley Date: Mon, 21 Nov 2022 16:17:50 +0000 Subject: [PATCH] tags!!!!! --- css/poketube.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/css/poketube.css b/css/poketube.css index 48f0040e..b804cff4 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -242,3 +242,18 @@ a { font-stretch: 100%; font-weight: 600; } + +.tags { + display: flex; + flex-direction: row; + overflow-x: auto; + column-gap: 3px; +} + +.tag { + background: #333; + padding: 5px; + border-radius: 4px; + word-break: break-all; + white-space: nowrap; +}