diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-01-11 13:34:13 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-01-11 13:34:13 -0500 |
| commit | 6d51f8568e337e768505ccfdef916b84dd6eb1b3 (patch) | |
| tree | dec4545ccbe44c8e2baf6e633308359f40ac610a /ui/styles/sidebar.css | |
| parent | d858fc8105cfe6333671426fe0e43302bceace92 (diff) | |
npm run format
Diffstat (limited to 'ui/styles/sidebar.css')
| -rw-r--r-- | ui/styles/sidebar.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/styles/sidebar.css b/ui/styles/sidebar.css index b31c4fd..5e5e16a 100644 --- a/ui/styles/sidebar.css +++ b/ui/styles/sidebar.css @@ -44,7 +44,7 @@ padding: 0.5rem; border-radius: 0.5rem 0 0 0.5rem; border: 1px solid var(--colour-input-border); - z-index: 1; /* Just to make the focus-active border go over the following button. */ + z-index: 1; /* Just to make the focus-active border go over the following button. */ flex-grow: 1; background-color: var(--colour-input-bg); color: var(--colour-input-text); |
