File tree Expand file tree Collapse file tree 1 file changed +28
-28
lines changed
site/src/modules/dashboard/Navbar/UserDropdown Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -135,18 +135,18 @@ export const UserDropdownContent: FC<UserDropdownContentProps> = ({
135
135
{ buildInfo ?. deployment_id && (
136
136
< div
137
137
css = { css `
138
- font-size : 12px ;
139
- display : flex;
140
- align-items : center;
141
- `}
138
+ font-size : 12px ;
139
+ display : flex;
140
+ align-items : center;
141
+ `}
142
142
>
143
143
< Tooltip title = "Deployment Identifier" >
144
144
< div
145
145
css = { css `
146
- white-space : nowrap;
147
- overflow : hidden;
148
- text-overflow : ellipsis;
149
- `}
146
+ white-space : nowrap;
147
+ overflow : hidden;
148
+ text-overflow : ellipsis;
149
+ `}
150
150
>
151
151
{ buildInfo . deployment_id }
152
152
</ div >
@@ -200,14 +200,14 @@ const styles = {
200
200
color : "inherit" ,
201
201
} ,
202
202
menuItem : ( theme ) => css `
203
- gap : 20px ;
204
- padding : 8px 20px ;
205
-
206
- & : hover {
207
- background-color : ${ theme . palette . action . hover } ;
208
- transition : background-color 0.3s ease;
209
- }
210
- `,
203
+ gap : 20px ;
204
+ padding : 8px 20px ;
205
+
206
+ & : hover {
207
+ background-color : ${ theme . palette . action . hover } ;
208
+ transition : background-color 0.3s ease;
209
+ }
210
+ `,
211
211
menuItemIcon : ( theme ) => ( {
212
212
color : theme . palette . text . secondary ,
213
213
width : 20 ,
@@ -217,18 +217,18 @@ const styles = {
217
217
fontSize : 14 ,
218
218
} ,
219
219
footerText : ( theme ) => css `
220
- font-size : 12px ;
221
- text-decoration : none;
222
- color : ${ theme . palette . text . secondary } ;
223
- display : flex;
224
- align-items : center;
225
- gap : 4px ;
226
-
227
- & svg {
228
- width : 12px ;
229
- height : 12px ;
230
- }
231
- `,
220
+ font-size : 12px ;
221
+ text-decoration : none;
222
+ color : ${ theme . palette . text . secondary } ;
223
+ display : flex;
224
+ align-items : center;
225
+ gap : 4px ;
226
+
227
+ & svg {
228
+ width : 12px ;
229
+ height : 12px ;
230
+ }
231
+ `,
232
232
buildInfo : ( theme ) => ( {
233
233
color : theme . palette . text . primary ,
234
234
} ) ,
You can’t perform that action at this time.
0 commit comments