diff --git a/static/css/styles.css b/static/css/styles.css index 613bbc5..fd5c1c6 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -348,8 +348,6 @@ dialog::backdrop { background: rgba(4,6,9,.82); } .file-actions button { min-height: 30px; border: 1px solid var(--border); border-radius: 6px; background: var(--surface-2); color: var(--text); padding: 0 8px; font-size: .72rem; } @media (max-width: 620px) { .file-row { grid-template-columns: 1fr; } .file-actions { justify-content: flex-start; } } - -/* Attachment modal layout fixes. */ .files-panel { min-height: 0; height: min(590px, calc(100vh - 28px)); } .files-list { align-content: start; } .file-row { align-items: start; } @@ -366,9 +364,6 @@ dialog::backdrop { background: rgba(4,6,9,.82); } .file-code { grid-template-columns: 1fr; } } - -/* Workspace notes: resilient cards and optional table view. */ - .notes-toolbar { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--border); } .notes-toolbar__label { color: var(--muted); font-size: .82rem; font-weight: 600; } .workspace-actions { display: flex; align-items: center; gap: 10px; } @@ -397,7 +392,6 @@ dialog::backdrop { background: rgba(4,6,9,.82); } .notes-view-switch button { flex: 1; } } -/* Workspace note ownership and immediate view switching. */ .note-card-meta { display: grid; gap: 5px; margin-top: 28px; color: var(--muted); font-size: .75rem; } .note-card p { margin-top: 0; } .note-author { color: var(--muted); overflow-wrap: anywhere; } diff --git a/static/note.html b/static/note.html index e0d697c..b9804d2 100644 --- a/static/note.html +++ b/static/note.html @@ -1,4 +1,4 @@ -__NOTE_TITLE__ · RustPad +__NOTE_TITLE__ · RustPad
__WORKSPACE_TITLE__

__NOTE_TITLE__

Connecting…
Editor
Markdown preview
0 characters · 0 words
· Changes are saved automatically

Note files

Copy a direct link or ready Markdown/HTML code.

What should we call you?

Your name will be shown next to changes and remembered on this device.

diff --git a/static/pad.html b/static/pad.html index 722bbc9..fce0954 100644 --- a/static/pad.html +++ b/static/pad.html @@ -1,4 +1,4 @@ -__PAD_TITLE__ · RustPad +__PAD_TITLE__ · RustPad
RustPad

__PAD_TITLE__

Connecting…
Editor
Markdown preview
0 characters · 0 words
· Changes are saved automatically

Note files

Copy a direct link or ready Markdown/HTML code.

What should we call you?

Your name will be shown next to changes and remembered on this device.

diff --git a/static/workspace.html b/static/workspace.html index ad2a048..3a3e770 100644 --- a/static/workspace.html +++ b/static/workspace.html @@ -1,4 +1,4 @@ -__WORKSPACE_TITLE__ · RustPad +__WORKSPACE_TITLE__ · RustPad
RustPad

__WORKSPACE_TITLE__

Notes

Select a note or create a new one.

View

Protected workspace

Cancel