Skip to content

Commit

Permalink
fix: Container width and navbar full-width (#2100)
Browse files Browse the repository at this point in the history
* fix: Container width and navbar full-width

* fix: Revert slideshow alignment
  • Loading branch information
cyaiox committed Jan 16, 2024
1 parent c3eb45b commit 57b229c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions webapp/src/components/HomePage/Slideshow/Slideshow.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}

.Slideshow .assets.full-width {
justify-content: center;
justify-content: space-between;
}

/* Hide scrollbar for Chrome, Safari and Opera */
Expand Down Expand Up @@ -183,7 +183,7 @@
flex-direction: row;
align-items: center;
}

.Slideshow .ItemsSection {
display: flex;
align-items: center;
Expand Down
4 changes: 3 additions & 1 deletion webapp/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ code {
.AssetBrowse .ui.container,
.Navigation .ui.container,
.dcl.navbar.fullscreen .ui.container,
.dcl.footer.ui.container {
.dcl.footer.ui.container,
.dui-navbar2 > .ui.container {
width: 100vw;
box-sizing: border-box;
max-width: 100% !important;
Expand All @@ -54,6 +55,7 @@ code {

.ui.container {
width: 100%;
max-width: 1360px !important;
}

.dcl.toast .toast-info .body .ui.basic.button.no-padding {
Expand Down

0 comments on commit 57b229c

Please sign in to comment.