1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-04-14 17:52:14 -04:00

Support preference overrides using URL params

Fixes #186
This commit is contained in:
Zed
2026-02-09 21:54:57 +01:00
parent db36f75519
commit b85e8c5d7d
20 changed files with 70 additions and 95 deletions

View File

@@ -110,6 +110,7 @@ legend {
.bookmark-note {
margin: 0;
margin-bottom: 10px;
}
}

View File

@@ -205,7 +205,7 @@ input::-webkit-datetime-edit-year-field:focus {
background-color: var(--bg_elements);
border: 1px solid var(--accent_border);
color: var(--fg_color);
font-size: 12px;
font-size: 13px;
padding: 6px 8px;
margin: 4px 0;
word-break: break-all;