Explorar o código

tailwindcss: fix huge icon on root page

Simon Legner %!s(int64=3) %!d(string=hai) anos
pai
achega
39065e9aae
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      lib/docs/filters/tailwindcss/clean_html.rb

+ 2 - 0
lib/docs/filters/tailwindcss/clean_html.rb

@@ -9,6 +9,8 @@ module Docs
         # Remove the left-navigation we scraped
         css('nav').remove
 
+        css('svg').remove if root_page?
+
         # Remove the duplicate category name at the top of the page - redundant
         at_css('header#header > div:first-child > p:first-child').remove