Changeset 3507b0b in Klonkt
- Timestamp:
- 06/26/2026 08:37:56 AM (2 months ago)
- Branches:
- main
- Children:
- 49b1b39
- Parents:
- 066951c
- Location:
- src
- Files:
-
- 3 edited
-
assets/css/style.css (modified) (3 diffs)
-
views/partials/profile-header.ejs (modified) (1 diff)
-
views/shell.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/assets/css/style.css
r066951c r3507b0b 2204 2204 } 2205 2205 .profile-links li { margin: 0; } 2206 .profile-links a { 2206 .profile-links a, 2207 .profile-links .profile-fedi-link { 2207 2208 display: inline-flex; 2208 2209 align-items: center; … … 2216 2217 transition: background .15s, color .15s; 2217 2218 } 2218 .profile-links a:hover { 2219 .profile-links a:hover, 2220 .profile-links .profile-fedi-link:hover { 2219 2221 background: color-mix(in srgb, var(--accent) 15%, transparent); 2220 2222 color: var(--accent); … … 2789 2791 .profile-bio { font-size: .85rem; margin-top: .15rem; } 2790 2792 .profile-links { margin-top: .5rem; gap: .4rem; } 2791 .profile-links a { width: 32px; height: 32px; } 2793 .profile-links a, 2794 .profile-links .profile-fedi-link { width: 32px; height: 32px; } 2792 2795 2793 2796 @media (min-width: 768px) { -
src/views/partials/profile-header.ejs
r066951c r3507b0b 281 281 /* The fediverse logo is an open line-network, so it reads smaller than a solid 282 282 glyph at 18px — render it larger INSIDE the same 36px circle (circle unchanged). */ 283 .profile-fedi-link svg { width: 2 4px; height: 24px; }283 .profile-fedi-link svg { width: 22px; height: 22px; } 284 284 </style> -
src/views/shell.ejs
r066951c r3507b0b 198 198 199 199 <!-- v9 stylesheet (full palette system) --> 200 <link rel="stylesheet" href="/assets/css/style.css?v=5 0">200 <link rel="stylesheet" href="/assets/css/style.css?v=51"> 201 201 202 202 <!-- Audio player styles: loaded on every page so the mini-player works
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)