Skip to content

Commit

Permalink
Fix: Tabbar - Border top line at connected window black7375#889
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 authored and Hou-Rui committed May 26, 2024
1 parent a4c3b82 commit 3d11f95
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 3d11f95

Please sign in to comment.