Skip to content

Commit

Permalink
Fix padding on folder button
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Mar 16, 2024
1 parent 44bd927 commit 30d1f6c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions res/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ progressbar progress {
color: #ff3800;
}

.free-disk-space > trough > block.low {
.free-disk-space > trough > block.low {
background-color: #ff3800;
}

.free-disk-space > trough > block.high {
.free-disk-space > trough > block.high {
background-color: #ffA400;
}

.auditing-performance > trough > block.low,
.proving-performance > trough > block.low {
.auditing-performance > trough > block.low,
.proving-performance > trough > block.low {
background-color: #ffA400;
}

Expand Down Expand Up @@ -90,6 +90,5 @@ farm-sector.writing {
}

.folder-button {
padding-right: 0px;
padding-left: 0px;
padding: 0;
}

0 comments on commit 30d1f6c

Please sign in to comment.