diff --git a/css/poketube.css b/css/poketube.css index 48f0040..b804cff 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; +}