diff --git a/app/assets/stylesheets/base.css b/app/assets/stylesheets/base.css index 9301bbc61..001fd58dd 100644 --- a/app/assets/stylesheets/base.css +++ b/app/assets/stylesheets/base.css @@ -85,6 +85,19 @@ list-style: none; } + kbd { + border: 1px solid; + border-radius: .3em; + box-shadow: 0 0.1em 0 currentColor; + font-family: var(--font-mono); + font-size: var(--text-x-small); + font-weight: 600; + opacity: 0.7; + padding: 0em 0.4em; + text-transform: uppercase; + white-space: nowrap; + } + video { max-inline-size: 100%; } diff --git a/app/views/cards/index/_collections_filter.html.erb b/app/views/cards/index/_collections_filter.html.erb index 3ac3d2605..5279d6807 100644 --- a/app/views/cards/index/_collections_filter.html.erb +++ b/app/views/cards/index/_collections_filter.html.erb @@ -20,7 +20,7 @@ <% end %> <% Current.user.collections.order(:name).each do |collection| %> -