MediaWiki talk:Chameleon.css
From Bahai9
Hi,
I noticed in Recent Changes that the "in other projects" link to nothing shows up in the sidebar and at the top. Following a similar incident in the Spanish version of Bahaipedia, I suggest inserting the following code starting at line 304:
- /* Hide in other projects that link to nothing */
- .navbar-nav.right > .nav-item.p-wikibase-otherprojects-dropdown {
- display: none;
- }
- .sidebar-item.sidebar-menu.col > .nav-item.p-wikibase-otherprojects-dropdown {
- display: none;
- }
- .sidebar-item.sidebar-menu.col > .nav-item.dropdown.p-wikibase-otherprojects-dropdown {
- display: block;
- }
- .dropdown-menu.p-wikibase-otherprojects.show {
- transform: translate3d(115px, 228px, 0px) !important;
- }
- Thanks for this... What happens if you only add the display:none? I.e., why add the display:block and transform? Brettz9 (talk) 15:54, 9 January 2025 (PST)
- The Recent Changes issue appears resolved now. But "In other projects" links appear as a drop down menu at Bahaipedia, while here they are included among the "Other projects" links (in the sidebar). Ernobe (talk) 16:38, 9 January 2025 (PST)