Gallery arrows

Signed-off-by: Robin Davies <rerdavies@gmail.com>
This commit is contained in:
Robin Davies
2024-08-20 23:17:40 -04:00
committed by GitHub
parent 093587f83f
commit 902c80cc02
+2 -2
View File
@@ -202,10 +202,10 @@
+ " display: flex; flex-flow: row nowrap; justify-content: space-between;align-items: end; padding:20; opacity: 0.8;'>");
{
document.writeln("<div style='margin-left: 12px; margin-bottom: 8px;width: 32px; height: 32px; border-radius: 16px; overflow: hidden; background: #FFFFFF40;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/chevron_left.svg'/></div>");
document.writeln("<div style='margin-right: 12px; margin-bottom: 8px;width: 32px; height: 32px; border-radius: 16px; overflow: hidden; background: #FFFFFF40;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/chevron_right.svg'/></span></div>");
}
document.writeln("</div>");