Widen sidebar for longer Reading labels
Hardcode 15em sidebar width for CGM label
Line 83: Line 83:
  * "Congressional Gold Medal" fit on one line.
  * "Congressional Gold Medal" fit on one line.
  */
  */
:root {
--rb-sidebar-width: 13em;
--rb-sidebar-gutter: 14em; /* matches Vector's +1em when panel has left pad */
}
#mw-panel {
#mw-panel {
width: var(--rb-sidebar-width) !important;
width: 15em !important;
}
}
.mw-body,
.mw-body,
Line 95: Line 91:
#mw-data-after-content,
#mw-data-after-content,
.mw-footer {
.mw-footer {
margin-left: var(--rb-sidebar-width) !important;
margin-left: 15em !important;
}
}
#p-personal ul {
#p-personal ul {
padding-left: var(--rb-sidebar-width) !important;
padding-left: 15em !important;
}
}
@media screen and (min-width: 982px) {
@media screen and (min-width: 982px) {
Line 106: Line 102:
#mw-data-after-content,
#mw-data-after-content,
.mw-footer {
.mw-footer {
margin-left: var(--rb-sidebar-gutter) !important;
margin-left: 16em !important;
}
#p-personal ul {
padding-left: 16em !important;
}
}
}
}
Line 113: Line 112:
#p-logo {
#p-logo {
height: 160px !important;
height: 160px !important;
width: var(--rb-sidebar-width) !important;
width: 15em !important;
margin: 0 auto 0.6em auto;
margin: 0 auto 0.6em auto;
}
}