#579 fix alert visibility on mobile
65195e97
Simon Liebers
committed
succeeded
2 changed files
AnimatedAlert.razor.css
/WPE.App.Shared.BaseComponents/Pages/Module/Alert/AnimatedAlert.razor.css-1+1
/WPE.App.Shared.BaseComponents/Pages/Module/Alert/AnimatedAlert.razor.css
Add comment 12 align-items: center;
Add comment 13 gap: 20px;
Add comment 14 box-shadow: 0 20px 120px -20px rgba(125,110,54,0.4);
Add comment 15 Minus   z-index: 999;
Add comment 15 Plus   z-index: 9999999;
Add comment 16 transition: .2s ease-in-out;
Add comment 17 }
Add comment 18
WPE.App.Shared.BaseComponents.csproj
/WPE.App.Shared.BaseComponents/WPE.App.Shared.BaseComponents.csproj-1+1
/WPE.App.Shared.BaseComponents/WPE.App.Shared.BaseComponents.csproj
Add comment 15 <PackageIcon>icon.png</PackageIcon>
Add comment 16 <PackageReadmeFile>ReadMe.md</PackageReadmeFile>
Add comment 17 <PackageTags>WPE;Workplace Experience;Blazor;MAUI;infsoft</PackageTags>
Add comment 18 Minus   <Version>0.0.63</Version>
Add comment 18 Plus   <Version>0.0.64</Version>
Add comment 19 <WarningsAsErrors>RZ10012</WarningsAsErrors>
Add comment 20 </PropertyGroup>
Add comment 21