Changeset c27c945 in Klonkt
- Timestamp:
- 06/26/2026 02:16:44 PM (2 months ago)
- Branches:
- main
- Children:
- 2e45a369
- Parents:
- 297c77d
- File:
-
- 1 edited
-
src/views/pages/timeline.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/timeline.ejs
r297c77d rc27c945 92 92 .tl-content p { margin: .4rem 0; } .tl-content p:first-child { margin-top: 0; } .tl-content p:last-child { margin-bottom: 0; } 93 93 .tl-content a { color: var(--accent, #06c); } 94 .tl-content img { max-width: 100%; height: auto; border-radius: 10px; }94 .tl-content img { max-width: 100%; height: auto; border-radius: 10px; background: #fff; } 95 95 96 96 .tl-media-grid { display: grid; gap: .3rem; margin: .75rem 0 0; grid-template-columns: 1fr 1fr; … … 98 98 .tl-media-grid.is-single { grid-template-columns: 1fr; } 99 99 .tl-media-grid[data-n="3"] .tl-media-img:first-child { grid-row: span 2; } 100 .tl-media-img { display: block; aspect-ratio: 16/11; background: var(--paper-2, #111); overflow: hidden; }101 .tl-media-grid.is-single .tl-media-img { aspect-ratio: auto; max-height: 480px; background: # 000; }100 .tl-media-img { display: block; aspect-ratio: 16/11; background: #fff; overflow: hidden; } 101 .tl-media-grid.is-single .tl-media-img { aspect-ratio: auto; max-height: 480px; background: #fff; } 102 102 .tl-media-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; } 103 103 .tl-media-grid.is-single .tl-media-img img { object-fit: contain; max-height: 480px; }
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)