- [report abuse] -
- [faq] + <% if (it.versions && it.versions.length > 1) { %> +
+ + +
+ <% } else { %> +
+ <% } %> +
<% if (it.transparency.length != 0) { %> @@ -76,13 +94,16 @@ } .report { - text-align: right; + display: flex; + justify-content: space-between; + align-items: center; + gap: 1rem; margin-top: 5px; } - .space { - display: inline-block; - width: 0.5%; + .report-links { + display: flex; + gap: 0.5rem; } video { @@ -154,6 +175,17 @@ font-weight: 600; } + .version-picker { + display: flex; + align-items: center; + gap: 0.5rem; + } + + .version-picker select { + font: inherit; + padding: 0.2rem 0.4rem; + } + .video-wrapper { position: relative; display: inline-block;