Merge remote-tracking branch 'upstream/pull/4342'

This commit is contained in:
Tom Hughes 2023-11-13 18:42:46 +00:00
commit afc8dad0b6
2 changed files with 0 additions and 17 deletions

View file

@ -68,14 +68,6 @@ window.updateLinks = function (loc, zoom, layers, object) {
.toggleClass("disabled", editDisabled);
};
window.maximiseMap = function () {
$("#content").addClass("maximised");
};
window.minimiseMap = function () {
$("#content").removeClass("maximised");
};
$(document).ready(function () {
var headerWidth = 0,
compactWidth = 0;

View file

@ -901,15 +901,6 @@ tr.turn:hover {
}
}
#content.maximised {
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 0;
z-index: 2000;
}
/* Rules for small maps in content areas */
.content_map {