Skip to content

Commit

Permalink
fix: better code
Browse files Browse the repository at this point in the history
  • Loading branch information
astandrik committed Dec 26, 2024
1 parent 37e3543 commit 4c9d0cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/containers/Storage/Disks/Disks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
}

&__pdisk-item {
width: 80px;
min-width: 80px;
}
&__pdisk-progress-bar {
Expand Down
3 changes: 0 additions & 3 deletions src/containers/Storage/PDisk/PDisk.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import '../../../styles/mixins.scss';

.pdisk-storage {
position: relative;

Expand All @@ -10,7 +8,6 @@
width: var(--pdisk-width);
min-width: var(--pdisk-min-width);

@include calculate-storage-pdisk-variables();
&__content {
position: relative;

Expand Down

0 comments on commit 4c9d0cf

Please sign in to comment.