1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 00:47:00 +02:00

Change minor updating to update everything as is currently

This commit is contained in:
SychO9
2021-11-18 15:14:22 +01:00
parent 71e812c386
commit 38cd56c351
11 changed files with 1120 additions and 54 deletions

View File

@@ -119,3 +119,12 @@
grid-area: helpText;
}
}
.MinorUpdateWarningModal {
.Modal-footer {
display: flex;
align-items: center;
justify-content: center;
gap: 4px;
}
}