From ca27899e90c08f914293755bb85dca0f6412de70 Mon Sep 17 00:00:00 2001 From: Corey Ogburn Date: Fri, 29 Mar 2024 12:07:26 -0600 Subject: [PATCH 1/2] Added data-aid attr to new elements --- html/index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/html/index.html b/html/index.html index b273638d7..5971cc082 100644 --- a/html/index.html +++ b/html/index.html @@ -370,12 +370,16 @@

-
+
- {{i18n.manualSyncUpdate}} - {{i18n.manualSyncFull}} + + {{i18n.manualSyncUpdate}} + + + {{i18n.manualSyncFull}} +
From ccad1a71ea1f632ea5e824923709f3389bda2e8b Mon Sep 17 00:00:00 2001 From: Corey Ogburn Date: Fri, 29 Mar 2024 12:42:38 -0600 Subject: [PATCH 2/2] Tweaks data-aid name change. The spans were messing the styles, updated so the buttons still look good. --- html/css/app.css | 8 ++++++-- html/index.html | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/html/css/app.css b/html/css/app.css index 23a3477bf..41e37ddff 100644 --- a/html/css/app.css +++ b/html/css/app.css @@ -642,7 +642,7 @@ td { display: flex; } -.manual-sync > div:first-child { +.manual-sync div:first-child { flex-grow: 1; margin-right: 8px; } @@ -652,6 +652,10 @@ td { flex-direction: column; } -.manual-sync-buttons > button:first-child { +.manual-sync-buttons button:first-child { margin-bottom: 6px; +} + +.manual-sync-buttons button { + width: 100%; } \ No newline at end of file diff --git a/html/index.html b/html/index.html index 5971cc082..ada4f1375 100644 --- a/html/index.html +++ b/html/index.html @@ -370,7 +370,7 @@

-
+