]> git.agnieray.net Git - galette.git/commitdiff
Fix print CSS
authorGuillaume AGNIERAY <dev@agnieray.net>
Tue, 21 Nov 2023 15:29:34 +0000 (16:29 +0100)
committerGuillaume AGNIERAY <dev@agnieray.net>
Tue, 21 Nov 2023 15:29:34 +0000 (16:29 +0100)
ui/semantic/galette/globals/site.overrides

index 173437a007320df6dc41338519be20f14a2f49d9..7946160342ce89f5ca579ad42bfedfc2fad020d7 100644 (file)
@@ -528,6 +528,7 @@ ul.leaders span + span {
   }
 
   .displaynone,
+  .visually-hidden,
   #top-navbar,
   aside.toc,
   #recup_mailing,
@@ -538,9 +539,7 @@ ul.leaders span + span {
   .infoline .right.aligned.segment,
   .actions_row,
   .ui.pagination.menu,
-  section.content .main-content > footer,
-  section.content .main-content + footer,
-  section.vertically.centered .main-content + footer,
+  main ~ footer.ui.segment,
   #back2top {
     display: none !important;
   }