[Update] Update Modal: Change the cuda version description to imply the meaning NVIDIA GPU only.

and fix design a bit.
This commit is contained in:
Sakamoto Shiina
2024-12-20 23:37:52 +09:00
parent ff5aa80633
commit 64c14fab2f
4 changed files with 11 additions and 4 deletions

View File

@@ -52,6 +52,7 @@
width: 16rem;
justify-content: space-between;
position: relative;
flex-shrink: 0;
}
.deny_button, .accept_button {
@@ -124,6 +125,12 @@
}
}
.version_desc_container {
display: flex;
flex-direction: column;
gap: 0.4rem;
}
.version_desc_wrapper {
display: flex;
align-items: center;