File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,8 @@ button.toast-close-button {
110
110
# toast-container .toast-center > div ,
111
111
# toast-container .toast-top-center > div ,
112
112
# toast-container .toast-bottom-center > div {
113
- margin : auto;
113
+ margin-left : auto;
114
+ margin-right : auto;
114
115
pointer-events : auto;
115
116
}
116
117
# toast-container .toast-center > button ,
@@ -167,7 +168,8 @@ button.toast-close-button {
167
168
# toast-container .toast-top-full-width > div ,
168
169
# toast-container .toast-bottom-full-width > div {
169
170
width : 96% ;
170
- margin : auto;
171
+ margin-left : auto;
172
+ margin-right : auto;
171
173
}
172
174
.toast {
173
175
background-color : # 030303 ;
Original file line number Diff line number Diff line change @@ -149,7 +149,8 @@ button.toast-close-button {
149
149
pointer-events : none ;
150
150
}
151
151
& .toast-center > div , & .toast-top-center > div , & .toast-bottom-center > div {
152
- margin : auto ;
152
+ margin-left : auto ;
153
+ margin-right : auto ;
153
154
pointer-events : auto ;
154
155
}
155
156
& .toast-center > button , & .toast-top-center > button , & .toast-bottom-center > button {
@@ -205,7 +206,8 @@ button.toast-close-button {
205
206
}
206
207
& .toast-top-full-width > div , & .toast-bottom-full-width > div {
207
208
width : 96% ;
208
- margin : auto ;
209
+ margin-left : auto ;
210
+ margin-right : auto ;
209
211
}
210
212
}
211
213
You can’t perform that action at this time.
0 commit comments