Browse Source

Merge pull request #23361 from abpframework/abp-toast-mobile

Fixed the abp-toast style for mobile view
pull/23364/head
oykuermann 7 months ago
committed by GitHub
parent
commit
c65a3d8116
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/toast/abp-toast.css

3
framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/toast/abp-toast.css

@ -132,7 +132,8 @@
@media only screen and (max-width: 768px) {
.abp-toast-container {
min-width: 100%;
right: 0;
right: 0 !important;
left: 0 !important;
}
.abp-toast {

Loading…
Cancel
Save