From 1d688b5034e6ff7a16c2e97badfb3a1b736097e3 Mon Sep 17 00:00:00 2001
From: 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
Date: Wed, 30 Jul 2025 21:21:34 -0400
Subject: [PATCH] updated some comments, added mirroring to images, and fixed
rerendering bookmarks removing customization bug
---
startpage.html | 619 ++++++++++++++++++++++++++++---------------------
1 file changed, 350 insertions(+), 269 deletions(-)
diff --git a/startpage.html b/startpage.html
index b9bae9e..d549d11 100644
--- a/startpage.html
+++ b/startpage.html
@@ -12,10 +12,13 @@
}
.invertedX {
- transform: scaleX(-1);
+ transform: scale(-1, 1);
}
.invertedY {
- transform: scaleY(-1);
+ transform: scale(1, -1);
+ }
+ .doubleInverted {
+ transform: scale(-1, -1);
}
/*
@@ -533,9 +536,8 @@
- todo: recoloring links and then adding a new one resets the color, and something else. check the refreshing of containers, yo!
+ todo:
also change add image to "add media" and add youtube iframe support
-
also mirror images x/y?