File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
src/packages/media/imaging/components Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export class UmbImagingThumbnailElement extends UmbLitElement {
93
93
}
94
94
95
95
#renderLoading( ) {
96
- return html `<div class = "container "> <uui- loader> </ uui- loader> </ div> ` ;
96
+ return html `<div id = "loader "> <uui- loader> </ uui- loader> </ div> ` ;
97
97
}
98
98
99
99
#renderThumbnail( ) {
@@ -131,12 +131,19 @@ export class UmbImagingThumbnailElement extends UmbLitElement {
131
131
display : block;
132
132
position : relative;
133
133
overflow : hidden;
134
+ display : flex;
135
+ justify-content : center;
136
+ align-items : center;
137
+ width : 100% ;
138
+ height : 100% ;
134
139
}
135
140
136
- . container {
141
+ # loader {
137
142
display : flex;
138
143
justify-content : center;
139
144
align-items : center;
145
+ height : 100% ;
146
+ width : 100% ;
140
147
}
141
148
142
149
# figure {
You can’t perform that action at this time.
0 commit comments