decrease top nav bar rounding to 15 (#2041)

This commit is contained in:
woodser 2025-11-13 12:06:52 -04:00 committed by GitHub
parent 1e04dea08c
commit 085eb8df46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -773,8 +773,8 @@ tree-table-view:focused {
-fx-background-color: -bs-rd-nav-background;
-fx-border-width: 0 0 0 0;
-fx-border-color: -bs-rd-nav-primary-border;
-fx-background-radius: 999;
-fx-border-radius: 999;
-fx-background-radius: 15;
-fx-border-radius: 15;
}
.top-navigation .separator:vertical .line {