Some info on the settings page of the webplugin and mod to style.css
Build LinkLog Development Image / development-image (push) Successful in 10s

This commit is contained in:
2026-08-26 12:05:21 +02:00
parent dd450ea3b5
commit 6651ce8993
6 changed files with 72 additions and 38 deletions
+3 -3
View File
@@ -275,7 +275,7 @@ textarea,
button {
max-width: 100%;
min-width: 180px;
padding: 11px 13px;
padding: 2px 2px;
border: 1px solid var(--surface-1);
border-radius: 8px;
background: var(--surface-0);
@@ -382,7 +382,7 @@ button:disabled {
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 14px 0;
padding: 4px 0;
border-bottom: 1px solid var(--border);
}
@@ -392,7 +392,7 @@ button:disabled {
.plugin-row button {
min-width: 0;
padding: 8px 12px;
padding: 5px 5px;
background: var(--surface-1);
border-color: var(--surface-2);
color: var(--text);