Skip to content

Commit

Permalink
💄 Adjust UI to show only one column with rooms
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Sep 9, 2024
1 parent 2b9371a commit d3e4454
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions frontend/themes/apus/views/event-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
position: absolute;
top: 0;
left: 0;
width: 870px;
width: 440px;
bottom: 0;
overflow: clip;
}
Expand Down Expand Up @@ -51,7 +51,7 @@
.room-container {
position: absolute;
top: 57px;
display: grid;
grid-template-columns: auto auto;
display: flex;
flex-direction: column;
}

2 changes: 1 addition & 1 deletion frontend/themes/apus/views/room-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
border: var(--event-room-border);
display: inline-block;
width: 400px;
height: 140px;
height: 138px;
margin-left: 10px;
margin-bottom: 10px;
padding: 10px;
Expand Down
2 changes: 1 addition & 1 deletion frontend/themes/apus/views/social-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
background-color: var(--social-background-color);
position: absolute;
top: 0;
left: 870px;
left: 440px;
right: 0;
bottom: 0;
overflow: clip;
Expand Down

0 comments on commit d3e4454

Please sign in to comment.