fix feed max width (images are 400px)

This commit is contained in:
2019-02-03 14:44:20 +01:00
parent bfd3531362
commit 471d771972
4 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,6 @@ function initPage(asHash) {
self.tmp('out-of-data', false); self.tmp('out-of-data', false);
self.tmp('feed_width', $('#feed').outerWidth(true)); self.tmp('feed_width', $('#feed').outerWidth(true));
self.tmp('map_offset', -1 * self.tmp('feed_width') / $('body').outerWidth(true)); self.tmp('map_offset', -1 * self.tmp('feed_width') / $('body').outerWidth(true));
self.tmp('map_padding', 0.05);
self.tmp('tile_api', '?a=tile&id={id}&z={z}&x={x}&y={y}'); self.tmp('tile_api', '?a=tile&id={id}&z={z}&x={x}&y={y}');
//Assign Track Type Colors //Assign Track Type Colors

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -110,6 +110,7 @@
top: 0; top: 0;
bottom: 0; bottom: 0;
width: calc(30% - 1em); width: calc(30% - 1em);
max-width: calc(400px + 3em);
z-index: 999; z-index: 999;
input, textarea, button { input, textarea, button {