Changeset c0e00a2 in Klonkt
- Timestamp:
- 06/26/2026 02:38:00 PM (2 months ago)
- Branches:
- main
- Children:
- f46f2be
- Parents:
- fdd0d61
- Location:
- src/views
- Files:
-
- 2 edited
-
pages/post-edit.ejs (modified) (1 diff)
-
partials/fedi-tabs.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/post-edit.ejs
rfdd0d61 rc0e00a2 638 638 flex: 1 1 auto; min-height: 0; height: auto; max-height: none; 639 639 } 640 /* iOS: in fullscreen the toolbar sits at the very top → push it below the 641 camera / Dynamic Island with the top safe-area inset. */ 642 .pe-editor-frame.pe-fs .pe-toolbar { padding-top: calc(.4rem + env(safe-area-inset-top, 0px)); } 640 643 /* NB: deliberately NO overflow:hidden on html/body in fullscreen — that could get 641 644 stuck (e.g. leaving fullscreen via navigation) and would block scrolling on the -
src/views/partials/fedi-tabs.ejs
rfdd0d61 rc0e00a2 30 30 .fedi-tab-badge { flex: 0 0 auto; min-width: 1.15em; padding: 0 .3em; border-radius: 999px; 31 31 background: var(--accent, #e8b04b); color: #fff; font-size: .66rem; line-height: 1.5; text-align: center; } 32 /* Mobile: no desktop top-nav here, so clear the camera/notch + give headroom. */ 33 @media (max-width: 767px) { .fedi-tabs { margin-top: calc(1.5rem + env(safe-area-inset-top, 0px)); } } 32 34 @media (max-width: 520px) { .fedi-tab { padding: .55rem .25rem; font-size: .82rem; } } 33 35 @media (max-width: 380px) { .fedi-tab { font-size: .74rem; } }
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)