mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Do not restrict images to 320px at tablet resolution
Instead max them to the threshold. Note restricting them is a problem on pages like en:Ulaanbaatar - in particular the panoramas inside the "Urga and the Kyakhta trade" section Change-Id: I28636c62d3545632d3b025b29d154136a81d8218
This commit is contained in:
parent
28a5c3bc35
commit
a8ed9380ea
|
@ -64,7 +64,7 @@ A file for css that optimises the Minerva skin on larger devices.
|
|||
// .tright to be on the right in RTL languages.
|
||||
figure,
|
||||
.thumb {
|
||||
width: 320px;
|
||||
max-width: @width-breakpoint-tablet - @contentMargin;
|
||||
|
||||
&.mw-halign-left,
|
||||
&.tleft {
|
||||
|
|
Loading…
Reference in a new issue