Changeset ca253750 in Klonkt
- Timestamp:
- 06/17/2026 01:18:19 AM (3 months ago)
- Branches:
- main
- Children:
- 2beef82
- Parents:
- edc462d
- File:
-
- 1 edited
-
src/views/pages/post-edit.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/post-edit.ejs
redc462d rca253750 825 825 .pe-actions-spacer { flex: 1; } 826 826 827 /* On a body that already has a fixed bottom-tab nav (mobile), nudge the 828 sticky footer up so it doesn't sit under it. The bottom-tab is ~64px tall. */ 829 body.has-bottom-tab .pe-actions { 830 bottom: 64px; 827 /* Alleen op mobiel staat de bottom-tab in beeld → daar de sticky footer eroverheen 828 tillen. Op desktop bestaat de bottom-tab niet (CSS-hidden), dus de balk hoort 829 gewoon op bottom:0 — anders zweeft 'ie 64px boven de onderrand. */ 830 @media (max-width: 767px) { 831 body.has-bottom-tab .pe-actions { 832 bottom: calc(56px + env(safe-area-inset-bottom, 0)); 833 } 831 834 } 832 835 </style>
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)