Widget: Compass: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
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 09:59, 8 December 2022

Development version of the Compass.
Not ready for production!