[Update] Plugins: Show enabled plugins compatibility when update modal is opened.

This commit is contained in:
Sakamoto Shiina
2025-04-17 17:30:30 +09:00
parent ee4bbf772f
commit 1c56167dba
5 changed files with 160 additions and 42 deletions

View File

@@ -3,7 +3,7 @@
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
justify-content: safe center;
align-items: center;
gap: 2.4rem;
}
@@ -16,6 +16,14 @@
gap: 8rem;
}
.update_section_wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 4rem;
}
.update_section {
border: 0.1rem solid var(--dark_600_color);
border-radius: 0.4rem;