@@ -199,12 +199,12 @@
|
|||||||
document.writeln("<div id='galleryArrows' style='position: absolute; width: "
|
document.writeln("<div id='galleryArrows' style='position: absolute; width: "
|
||||||
+ frameWidth + "px; height: " + frameHeight
|
+ frameWidth + "px; height: " + frameHeight
|
||||||
+ "px; left: 0px; top: 0px; opacity: 0.0; padding-left: 12px; padding-right: 8px"
|
+ "px; left: 0px; top: 0px; opacity: 0.0; padding-left: 12px; padding-right: 8px"
|
||||||
+ " display: flex; flex-flow: row none; justify-content: space-between;align-items: end; padding:20; opacity: 0.8;'>");
|
+ " display: flex; flex-flow: row nowrap; justify-content: space-between;align-items: end; padding:20; opacity: 0.8;'>");
|
||||||
{
|
{
|
||||||
document.writeln("<div style='width: 32px; height: 32px; border-radius: 10px; background: #FFFFFF80;cursor: default;font-size: 52px;color: #444; display: flex; flex-flow: row none; justify-content: center;align-items: center; ' >");
|
document.writeln("<div style='width: 32px; height: 32px; border-radius: 10px; background: #FFFFFF80;cursor: default;font-size: 52px;color: #444; display: flex; flex-flow: row nowrap; justify-content: center;align-items: center; ' >");
|
||||||
document.writeln("<img src='img/arrow_back.svg'/></div>");
|
document.writeln("<img src='img/arrow_back.svg'/></div>");
|
||||||
|
|
||||||
document.writeln("<div style='width: 32px; height: 32px; border-radius: 10px; background: #FFFFFF80;cursor: default;font-size: 52px;color: #444; display: flex; flex-flow: row none; justify-content: center;align-items: center; ' >");
|
document.writeln("<div style='width: 32px; height: 32px; border-radius: 10px; background: #FFFFFF80;cursor: default;font-size: 52px;color: #444; display: flex; flex-flow: row nowrap; justify-content: center;align-items: center; ' >");
|
||||||
document.writeln("<img src='img/arrow_forward.svg'/></span></div>");
|
document.writeln("<img src='img/arrow_forward.svg'/></span></div>");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user