Difference between revisions of "Widget:Compass"

From LINKS Community Center
Jump to: navigation, search
Line 102: Line 102:
 
         .question,
 
         .question,
 
         .answer {
 
         .answer {
             /* display: none; */
+
             display: none;
            max-height: 0;
 
            overflow-y: hidden;
 
            transition: max-height 0.4s ease;  
 
 
         }
 
         }
  
Line 111: Line 108:
 
         .question.opened,
 
         .question.opened,
 
         .answer.opened {
 
         .answer.opened {
             /* display: block; */
+
             display: block;
            max-height: none;
 
 
         }
 
         }
  

Revision as of 10:59, 8 December 2022

Development version of the Compass.
Not ready for production!