1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Convert Modal components to TypeScript

This commit is contained in:
Mark McDowall
2024-12-21 10:05:34 -08:00
parent ee1a0a1f71
commit 9d0acba000
17 changed files with 340 additions and 444 deletions
+6 -1
View File
@@ -39,6 +39,12 @@
* Sizes
*/
.extraSmall {
composes: modal;
width: 320px;
}
.small {
composes: modal;
@@ -63,7 +69,6 @@
width: 1280px;
}
.extraExtraLarge {
composes: modal;