Skip to content

Commit

Permalink
fix: topbar style
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Mar 1, 2023
1 parent 3584f38 commit 509e27b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bar/bar.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ body.overflow-hidden {
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
padding: 5px;
border-radius: 0 0 5px 0;
display: flex;

#rpb-logo {
height: 20px;
Expand Down
1 change: 1 addition & 0 deletions bar/bar.less.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ body.overflow-hidden {
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
padding: 5px;
border-radius: 0 0 5px 0;
display: flex;
}
#rpb-topbar #rpb-logo {
height: 20px;
Expand Down

0 comments on commit 509e27b

Please sign in to comment.