mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
More style fixes
This commit is contained in:
parent
a1b96b412b
commit
943af0ceae
2 changed files with 8 additions and 8 deletions
|
@ -33,8 +33,8 @@
|
|||
}
|
||||
|
||||
.bookmarks-header {
|
||||
-fx-min-height: 3.3em;
|
||||
-fx-pref-height: 3.3em;
|
||||
-fx-max-height: 3.3em;
|
||||
-fx-padding: 9 6 9 8;
|
||||
-fx-min-height: 3.1em;
|
||||
-fx-pref-height: 3.1em;
|
||||
-fx-max-height: 3.1em;
|
||||
-fx-padding: 5 6 9 8;
|
||||
}
|
||||
|
|
|
@ -93,10 +93,10 @@
|
|||
}
|
||||
|
||||
.browser .top-bar {
|
||||
-fx-min-height: 3.3em;
|
||||
-fx-pref-height: 3.3em;
|
||||
-fx-max-height: 3.3em;
|
||||
-fx-padding: 9px 6px;
|
||||
-fx-min-height: 3.1em;
|
||||
-fx-pref-height: 3.1em;
|
||||
-fx-max-height: 3.1em;
|
||||
-fx-padding: 5 6 9px 6px;
|
||||
}
|
||||
|
||||
.browser .top-bar > .button {
|
||||
|
|
Loading…
Reference in a new issue