MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary Tag: Reverted |
||
Line 1,056:
/* ======================================================= */
/* TEMPLATE:READ (FIXED
/* ======================================================= */
.read-pill {
/* Ensures the pill doesn't stretch the text line */▼
box-sizing: border-box;
transition: background-color 0.2s;
}
Line 1,072 ⟶ 1,069:
color: #202122 !important;
text-decoration: none;
display: inline-block; /*
line-height: 1; /* Force line height to 1 inside the flex container */
white-space: nowrap;
position: relative;
top: 0; /* Ensures no browser-specific offset */
}
/* Optional: Slight hover for better UX */
.read-pill
filter: brightness(0.95);
}
| |||