Skip to content

Commit

Permalink
revert organizing of tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacobdeanr committed Sep 11, 2024
1 parent f82b988 commit 95aee9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion assets/css/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.sidebar {
flex: 0 1 15%;
min-width: 200px;
max-width: 200px;
max-width: 250px;
padding: 20px;
background-color: #1f1f1f;
border-right: 1px solid #333;
Expand Down
3 changes: 0 additions & 3 deletions assets/css/skybox-grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
padding: 20px;
text-align: center;
transition: transform 0.2s;
flex: auto;
min-width: 400px;
max-width: 500px;
width: 400px;
height: 350px;
box-sizing: border-box;
Expand Down

0 comments on commit 95aee9f

Please sign in to comment.