Changeset 3038fc9 in Klonkt
- Timestamp:
- 06/28/2026 05:33:42 PM (2 months ago)
- Branches:
- main
- Children:
- 041a0df
- Parents:
- 600fbf3
- Location:
- src
- Files:
-
- 2 edited
-
assets/css/style.css (modified) (2 diffs)
-
views/shell.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/assets/css/style.css
r600fbf3 r3038fc9 1932 1932 overflow: hidden; 1933 1933 border-radius: var(--radius); 1934 /* Accent-gradient placeholder while the cover image loads (image fades in over it). */ 1935 background-image: linear-gradient(135deg, 1936 color-mix(in srgb, var(--accent, #888) 22%, var(--paper-2, var(--paper))) 0%, 1937 color-mix(in srgb, var(--accent, #888) 6%, var(--paper-2, var(--paper))) 100%); 1934 1938 } 1935 1939 .post-list-cover img { … … 1937 1941 object-fit: cover; 1938 1942 display: block; 1939 filter: blur(.4px); /* subtle smoothing of downscaled line-art covers */ 1940 } 1943 background-color: #fff; /* transparent logos sit on white once loaded */ 1944 filter: blur(.4px); /* subtle smoothing of downscaled line-art covers */ 1945 transition: opacity .4s ease; 1946 } 1947 .post-list-cover img.is-loading { opacity: 0; } 1941 1948 .post-list-body { display: flex; flex-direction: column; gap: .35rem; } 1942 1949 .post-list-meta { -
src/views/shell.ejs
r600fbf3 r3038fc9 200 200 201 201 <!-- v9 stylesheet (full palette system) --> 202 <link rel="stylesheet" href="/assets/css/style.css?v=6 1">202 <link rel="stylesheet" href="/assets/css/style.css?v=62"> 203 203 <script> 204 204 /* iOS safe-area, built by hand. env(safe-area-inset-top) resolves to 0 on this iOS in
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)