Skip to content

Commit d111349

Browse files
hotfix: reverted css fix and fixed other dialog styles
1 parent e0c5e9e commit d111349

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

BlazorDialog/wwwroot/styles.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,25 +122,28 @@
122122
@media (min-width: 576px) {
123123
.blazor-dialog-content-wrapper-normal {
124124
max-width: 500px;
125-
/*margin: 2.75rem auto;*/
125+
margin: 2.75rem auto;
126126
}
127127
}
128128

129129
@media (min-width: 992px) {
130130
.blazor-dialog-content-wrapper-large {
131131
max-width: 800px;
132+
margin: 2.75rem auto;
132133
}
133134
}
134135

135136
@media (min-width: 1416px) {
136137
.blazor-dialog-content-wrapper-xlarge {
137138
max-width: 1200px;
139+
margin: 2.75rem auto;
138140
}
139141
}
140142

141143
@media (min-width: 576px) {
142144
.blazor-dialog-content-wrapper-small {
143145
max-width: 300px;
146+
margin: 2.75rem auto;
144147
}
145148
}
146149

0 commit comments

Comments
 (0)