Skip to content

Commit 5e5c67a

Browse files
authored
Node UI (#399)
* Responsive display of side menu * Better display at the top of the menu
1 parent ba8554f commit 5e5c67a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/Features/Blockcore.Features.NodeHost/UI/wwwroot/css

src/Features/Blockcore.Features.NodeHost/UI/wwwroot/css/site.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ app {
2121
}
2222

2323
.top-row {
24-
height: 3.5rem;
24+
/* height: 3.5rem; */
2525
display: flex;
2626
align-items: center;
2727
}
@@ -49,7 +49,7 @@ app {
4949
.sidebar {
5050
/* background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #375d7d 70%); */
5151
min-width: 250px;
52-
max-width: 250px;
52+
/* max-width: 250px; */
5353
}
5454

5555
.sidebar .top-row {

0 commit comments

Comments
 (0)