mediawiki-extensions-Echo/modules/echo.variables.less
Derk-Jan Hartman 7eec6f5829 Allow sidebar to be slightly smaller
This reduces the sidebar to 15em using flexbox when required. This
keeps the layout as columns just slightly longer, when compressing
which especially on vector-2022 will happen quite a bit.

This required making the lines in the optionwidget flex as well,
so that the ellipsis doesn't depend on a fixed value any more.

Bug: T337954
Change-Id: I8aadb1799da33161abc703344e9ab90bb747c604
2024-06-08 03:57:02 +00:00

33 lines
716 B
Plaintext

// = Echo variables
@grey-light: #72777d;
@badge-padding: 0.12em;
@badge-icon-size: 1.1em;
@badge-distance-adjustment: 1em;
@notification-item-background-read: #eaecf0;
@notification-background-unseen: #dce8ff;
@notification-background-unread: @background-color-base;
@notification-background-read: #eaecf0;
@badge-counter-background-seen: @grey-light;
@notification-body-color: @grey-light;
@bundle-group-padding: 0.7em;
@opacity-low: 0.6;
@opacity-mid: 0.8;
@specialpage-separation-unit: 0.7em;
@specialpage-sidebar-width: 15em;
@specialpage-sidebar-max-width: 20em;
@specialpage-main-width: 20em;
@specialpage-hd-width: 982px;
@specialpage-width: 1000px;
@background-color-popup-confirmation: #202122;