fix feed max width (images are 400px)
This commit is contained in:
@@ -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
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user