Changeset 7eee449 in Klonkt
- Timestamp:
- 06/26/2026 04:23:22 PM (2 months ago)
- Branches:
- main
- Children:
- 1c85964
- Parents:
- bca83f3
- Location:
- src/views/pages
- Files:
-
- 2 edited
-
following.ejs (modified) (1 diff)
-
newspaper.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/following.ejs
rbca83f3 r7eee449 56 56 .tl-foll { display: flex; align-items: center; gap: .6rem; padding: .45rem .6rem; border-radius: 12px; background: color-mix(in srgb, var(--ink, #000) 4%, transparent); } 57 57 .tl-foll-av { flex: 0 0 36px; width: 36px; height: 36px; border-radius: 50%; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; background: color-mix(in srgb, var(--accent, #888) 20%, transparent); color: var(--accent, #555); } 58 .tl-foll-av img { width: 100%; height: 100%; object-fit: cover; }58 .tl-foll-av img { width: 100%; height: 100%; object-fit: cover; background: #fff; } 59 59 .tl-foll-meta { flex: 1; min-width: 0; display: flex; flex-direction: column; line-height: 1.25; } 60 60 .tl-foll-meta a { color: var(--ink, inherit); text-decoration: none; font-weight: 600; } -
src/views/pages/newspaper.ejs
rbca83f3 r7eee449 82 82 background: color-mix(in srgb, var(--accent, #888) 22%, transparent); color: var(--accent, #555); 83 83 box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent, #888) 18%, transparent); } 84 .tl-avatar img { width: 100%; height: 100%; object-fit: cover; }84 .tl-avatar img { width: 100%; height: 100%; object-fit: cover; background: #fff; } 85 85 .tl-id { flex: 1; min-width: 0; display: flex; flex-direction: column; line-height: 1.25; } 86 86 .tl-author { font-weight: 700; color: var(--ink, inherit); text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)