Skip to content

Commit

Permalink
Fix: Tabbar - Border top line at connected window #889
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed May 18, 2024
1 parent f44ed17 commit 05cb471
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions css/leptonChromeESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/tab/_connect_to_window.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@
overflow-y: clip;
}
}

/* Border top #889 */
#nav-bar {
border-top: none !important;
box-shadow: 0 -0.01px 0 ThreeDShadow;
}

0 comments on commit 05cb471

Please sign in to comment.