Move search.ecr specific css to another file

This commit is contained in:
syeopite 2021-04-09 22:23:43 -07:00
parent 1bb8429fe5
commit c68ba62eae
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82
3 changed files with 24 additions and 24 deletions

View file

@ -1,4 +1,5 @@
<% content_for "header" do %>
<link rel="stylesheet" href="/css/search.css?v=<%= ASSET_COMMIT %>">
<title><%= search_query.not_nil!.size > 30 ? HTML.escape(query.not_nil![0,30].rstrip(".") + "...") : HTML.escape(query.not_nil!) %> - Invidious</title>
<% end %>