Add notebook delete, fix button styling, rename Share button
- Add delete notebook handler with ownership check and CASCADE delete - Rename "Create Share Link" to "Share" - Fix action button heights: use inline-flex + align-items for consistent sizing across <a> and <button> elements Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }
|
||||
.page-thumb { border: 1px solid #ccc; background: #fff; aspect-ratio: 0.773; display: flex; align-items: center; justify-content: center; }
|
||||
.page-thumb img { width: 100%; height: 100%; object-fit: contain; }
|
||||
.btn { display: inline-block; padding: 0.5rem 1rem; border: 1px solid #111; border-radius: 4px; text-decoration: none; color: #111; background: #fff; cursor: pointer; }
|
||||
.btn { display: inline-flex; align-items: center; padding: 0.5rem 1rem; border: 1px solid #111; border-radius: 4px; text-decoration: none; color: #111; background: #fff; cursor: pointer; font: inherit; font-size: 1rem; line-height: 1.5; box-sizing: border-box; }
|
||||
.btn:hover { background: #f0f0f0; }
|
||||
.actions { display: flex; gap: 0.5rem; margin: 1rem 0; }
|
||||
.actions { display: flex; align-items: center; gap: 0.5rem; margin: 1rem 0; }
|
||||
input[type="text"], input[type="password"] { padding: 0.5rem; border: 1px solid #ccc; border-radius: 4px; width: 100%; max-width: 300px; }
|
||||
label { display: block; margin-bottom: 0.25rem; font-weight: bold; }
|
||||
.form-group { margin-bottom: 1rem; }
|
||||
|
||||
Reference in New Issue
Block a user