Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Changed disk layout to use inherited grid layout, added some padding for spacing from border.

* Added back display: flex and added flex-wrap to account for list views with disks. Simply using the inherited grid display breaks for list views.
  • Loading branch information
N1KN1M authored and eugene2candy committed Apr 10, 2021
1 parent cb11331 commit 4d58780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/css/filesystem.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ div#fs_disp_container.disks {
align-items: center;
justify-content: space-evenly;
border: 0.4vh double rgba(var(--color_r), var(--color_g), var(--color_b), 0.8);
flex-wrap: wrap;
}
div#fs_disp_container.disks > * {
width: auto;
Expand Down

0 comments on commit 4d58780

Please sign in to comment.