mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-17 12:53:24 +00:00
59d8c5d892
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
9 lines
328 B
Plaintext
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;
|