Improves desktop use of the Wikipedia Library
WMF Wikipedia Library collections compressor by iaremsen
Details
Authoriaremsen
LicenseNo License
Categorywikipedialibrary.wmflabs.org
Created
Updated
Size720 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name WMF Wikipedia Library collections compressor
@version 20231201.05.31
@namespace userstyles.world/user/iaremsen
@description Improves desktop use of the Wikipedia Library
@author iaremsen
@license No License
==/UserStyle== */
@-moz-document domain("wikipedialibrary.wmflabs.org") {
.collection-tile {
margin: 0;
}
.collection-tile .card-body,
.tile-partner-link {
visibility: hidden;
text-align: center;
font-size: 0;
padding: 0;
height: 0.8rem;
}
.collections-pane .col-xl-3 {
max-width: 16%;
}
.fa-search {
height: 0;
}
.card-img-top {
padding: 0;
}
.card-text:not(.small) strong {
font-size: 1rem;
visibility: visible;
}
}