mediawiki-extensions-Multim.../resources/mmv/mmv.globals.less
Mark Holmquist 59d8c5d892 Make the reuse button part of the canvas
Moves it out of stripeButtons and into canvasButtons.

Will move download to its own thing later.

Change-Id: Iaf18914b29a6283c3bade954f1adb3f206c9c911
Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/834
2014-09-18 12:43:45 -07:00

9 lines
328 B
Plaintext

// Height of the area of the metadata bar which is visible without scrolling.
@metadatabar-above-fold-height: 82px;
// Height of the same area in fullscreen mode (which can be slightly less since it has less controls).
@metadatabar-above-fold-fullscreen-height: 64px;
// Height of the progress bar
@progress-bar-height: 14px;