fix: Update loading progress condition in Project component and correct border-radius in sidebar styles
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
left: 8px;
|
||||
background: var(--background-color);
|
||||
backdrop-filter: blur(150px);
|
||||
border-radius: #{$border-radius-xxx};
|
||||
border-radius: #{$border-radius-extra-large};
|
||||
outline: 1px solid var(--border-color);
|
||||
box-shadow: #{$box-shadow-medium};
|
||||
z-index: #{$z-index-tools};
|
||||
@@ -257,7 +257,7 @@
|
||||
right: 8px;
|
||||
background: var(--background-color);
|
||||
backdrop-filter: blur(150px);
|
||||
border-radius: #{$border-radius-xxx};
|
||||
border-radius: #{$border-radius-extra-large};
|
||||
outline: 1px solid var(--border-color);
|
||||
box-shadow: #{$box-shadow-medium};
|
||||
z-index: #{$z-index-tools};
|
||||
|
||||
Reference in New Issue
Block a user