Styling tweaks
parent
c63a93e866
commit
29146b1a71
|
@ -403,6 +403,11 @@
|
||||||
font-weight: bold;
|
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,
|
th,
|
||||||
td {
|
td {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
@ -549,6 +554,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: var(--root-color);
|
color: var(--root-color);
|
||||||
margin-right: -8px;
|
margin-right: -8px;
|
||||||
|
padding: 11px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:last-of-type {
|
button:last-of-type {
|
||||||
|
|
|
@ -15,13 +15,15 @@ weeklyNotePrefix: "🗓️ "
|
||||||
weeklyNoteTemplate: "[[template/page/Weekly Note]]"
|
weeklyNoteTemplate: "[[template/page/Weekly Note]]"
|
||||||
weeklyNoteMonday: false
|
weeklyNoteMonday: false
|
||||||
|
|
||||||
# (Keyboard) shortcut overrides take precedence over built-in shortcuts
|
# It is possible to override keyboard shortcuts and command priority
|
||||||
shortcuts:
|
shortcuts:
|
||||||
- mac: "Cmd-s" # Mac-specific keyboard shortcut
|
- command: "{[Stats: Show]}" # Using the command link syntax here
|
||||||
key: "Ctrl-s" # Windows/Linux specific keyboard shortcut
|
mac: "Cmd-s" # Mac-specific keyboard shortcut
|
||||||
command: "{[Stats: Show]}" # Using the command link syntax here
|
key: "Ctrl-s" # Windows/Linux specific keyboard shortcut
|
||||||
- key: "Alt-x"
|
- command: "Navigate: Center Cursor" # But a command name is also supported
|
||||||
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
|
# Defines files to ignore in a format compatible with .gitignore
|
||||||
spaceIgnore: |
|
spaceIgnore: |
|
||||||
|
|
Loading…
Reference in New Issue