Changeset 43fea32 in Klonkt


Ignore:
Timestamp:
06/19/2026 10:52:51 PM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
b988c96
Parents:
9163b15
Message:

ui(editor): larger "Done" button in fullscreen

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/post-edit.ejs

    r9163b15 r43fea32  
    466466.pe-fs-done { display: none; }
    467467.pe-editor-frame.pe-fs .pe-fs-done {
    468   display: inline-flex; align-items: center;
    469   width: auto !important; height: auto !important;
    470   padding: .4rem .9rem !important; margin-right: .35rem;
     468  display: inline-flex; align-items: center; gap: .35rem;
     469  width: auto !important; height: auto !important; min-height: 40px;
     470  padding: .55rem 1.3rem !important; margin-right: .5rem;
    471471  background: var(--accent); color: #fff;
    472   font-weight: 700; font-size: .9rem; border-radius: 999px;
     472  font-weight: 700; font-size: 1.05rem; border-radius: 999px;
    473473}
    474474.pe-editor-frame.pe-fs .pe-fs-done:hover { background: var(--accent); color: #fff; }
Note: See TracChangeset for help on using the changeset viewer.