Skip to content

Commit

Permalink
Merge pull request #1320 from appwrite/fix/fix-border-color-web-side-nav
Browse files Browse the repository at this point in the history
Fix border color on docs side nav
  • Loading branch information
TorstenDittmann authored Sep 9, 2024
2 parents 6f7f42e + f8d1bb8 commit de3d9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/layouts/Sidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</script>

<nav
class="web-side-nav !border-r"
class="web-side-nav"
use:clickOutside={(e) => {
const el = e.target;
if (!(el instanceof HTMLElement)) return;
Expand Down

0 comments on commit de3d9ad

Please sign in to comment.