File tree 1 file changed +4
-4
lines changed
src/components/ui/navigation
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export default function Panel() {
72
72
< >
73
73
< VStack
74
74
as = { "aside" }
75
- flex = { { base : 0.5 , sm : 0.5 , md : 1 } }
75
+ flex = { { base : 0.5 , md : 1 } }
76
76
minHeight = { "100%" }
77
77
borderRight = { "1px" }
78
78
borderColor = { "#edf1f5" }
@@ -119,7 +119,7 @@ export default function Panel() {
119
119
< HStack >
120
120
< Icon as = { BsCloud } />
121
121
122
- < Heading size = { "sm" } display = { { sm : "none" , md : "flex" } } >
122
+ < Heading size = { "sm" } display = { { base : "none" , md : "flex" } } >
123
123
Storage
124
124
</ Heading >
125
125
</ HStack >
@@ -135,7 +135,7 @@ export default function Panel() {
135
135
isIndeterminate = { ! storageValueLoaded }
136
136
colorScheme = { "blue" }
137
137
rounded = { "full" }
138
- display = { { sm : "none" , md : "flex" } }
138
+ display = { { base : "none" , md : "flex" } }
139
139
/>
140
140
</ Tooltip >
141
141
< Heading
@@ -154,7 +154,7 @@ export default function Panel() {
154
154
< Skeleton isLoaded = { isMounted } >
155
155
< Text
156
156
textAlign = { "center" }
157
- display = { { sm : "none" , md : "initial" } }
157
+ display = { { base : "none" , md : "initial" } }
158
158
fontSize = { "sm" }
159
159
>
160
160
{ storage . used . mb . toFixed ( 1 ) } MB of 100 MB used
You can’t perform that action at this time.
0 commit comments