fix: put back message box on dashboard

This commit is contained in:
Jones
2025-07-18 16:11:24 +09:30
committed by GitHub
parent f2d748baf9
commit 5b94c2c9b5
+1 -5
View File
@@ -250,10 +250,6 @@ html {
grid-template-columns: repeat(autofit, minmax(200px, 400px)) !important;
background: unset;
section.message {
display: none !important;
}
// TODO: Make this only opacity 0 when the animation will be played to stop a flash of the original
> section {
border-radius: 16px !important;
@@ -3973,4 +3969,4 @@ h2.home-subtitle {
margin: 20px;
font-size: 20px;
font-weight: 400;
}
}