Skip to content

Commit

Permalink
Styling tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zefhemel committed Jan 2, 2024
1 parent c63a93e commit 29146b1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
6 changes: 6 additions & 0 deletions web/styles/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,11 @@
font-weight: bold;
}

thead tr td {
// Primarily to make the column headers look reasonable with the button bar that may be put on top
padding: 11px 8px;
}

th,
td {
padding: 8px;
Expand Down Expand Up @@ -549,6 +554,7 @@
cursor: pointer;
color: var(--root-color);
margin-right: -8px;
padding: 11px 8px;
}

button:last-of-type {
Expand Down
14 changes: 8 additions & 6 deletions website/SETTINGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ weeklyNotePrefix: "🗓️ "
weeklyNoteTemplate: "[[template/page/Weekly Note]]"
weeklyNoteMonday: false

# (Keyboard) shortcut overrides take precedence over built-in shortcuts
# It is possible to override keyboard shortcuts and command priority
shortcuts:
- mac: "Cmd-s" # Mac-specific keyboard shortcut
key: "Ctrl-s" # Windows/Linux specific keyboard shortcut
command: "{[Stats: Show]}" # Using the command link syntax here
- key: "Alt-x"
command: "Navigate: Center Cursor" # But a command name is also supported
- command: "{[Stats: Show]}" # Using the command link syntax here
mac: "Cmd-s" # Mac-specific keyboard shortcut
key: "Ctrl-s" # Windows/Linux specific keyboard shortcut
- command: "Navigate: Center Cursor" # But a command name is also supported
key: "Alt-x"
- command: "{[Upload: File]}"
priority: 1 # Make sure this appears at the top of the list in the command palette

# Defines files to ignore in a format compatible with .gitignore
spaceIgnore: |
Expand Down

0 comments on commit 29146b1

Please sign in to comment.