MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 110: Line 110:
     right: 0;
     right: 0;
     width: 37%;
     width: 37%;
     height: 100%;
     max-height: 0;
     transition: all 0.3s ease;
    overflow: hidden;
     transition: max-height 0.3s ease;
}
}


#show-article-wrapper:hover {
#show-article-wrapper:hover {
    max-height: 500px; /* Adjust this value based on your content */
     border: 10px solid red;
     border: 10px solid red;
}
}

Navigation menu