Changeset feced2c in Klonkt for src/assets/css/reply-editor.css
- Timestamp:
- 07/19/2026 05:25:26 PM (7 weeks ago)
- Branches:
- main
- Children:
- 5190152
- Parents:
- 33e1dbd
- git-author:
- Robin <roboburr@…> (07/19/2026 05:24:58 PM)
- git-committer:
- Robin <roboburr@…> (07/19/2026 05:25:26 PM)
- File:
-
- 1 edited
-
src/assets/css/reply-editor.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/assets/css/reply-editor.css
r33e1dbd rfeced2c 30 30 } 31 31 32 /* Media attachments (chips under the editor). */ 33 .re-attachments { display: flex; flex-wrap: wrap; gap: .4rem; } 34 .re-att { 35 display: inline-flex; align-items: center; gap: .35rem; 36 padding: .25rem .4rem; border-radius: 8px; font-size: .8rem; 37 background: color-mix(in srgb, var(--ink, #000) 7%, transparent); 38 max-width: 100%; overflow: hidden; 39 } 40 .re-att img { width: 44px; height: 44px; object-fit: cover; border-radius: 6px; display: block; } 41 .re-att-del { border: none; background: none; color: inherit; font-size: 1rem; line-height: 1; cursor: pointer; padding: 0 .15rem; } 42 .re-att-err { background: color-mix(in srgb, #c00 18%, transparent); } 43 .re-editor.re-drop { border-color: var(--accent, #06c); border-style: dashed; } 44 45 /* Media on a sent reply in the thread (fedi-node). */ 46 .re-reply-media { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .4rem; } 47 .re-reply-media img { max-width: min(260px, 100%); max-height: 260px; border-radius: 10px; display: block; } 48 .re-reply-media audio { max-width: 100%; } 49 .re-reply-media video { max-width: min(320px, 100%); border-radius: 10px; } 50 32 51 /* Full-screen compose (mobile). JS toggles .re-full on the form. */ 33 52 .re-head { display: flex; align-items: center; gap: .6rem; }
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)