diff --git a/html/css/app.css b/html/css/app.css index 23a3477b..41e37ddf 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 b273638d..ada4f137 100644 --- a/html/index.html +++ b/html/index.html @@ -370,12 +370,16 @@

-
+
- {{i18n.manualSyncUpdate}} - {{i18n.manualSyncFull}} + + {{i18n.manualSyncUpdate}} + + + {{i18n.manualSyncFull}} +