1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Convert Movie Collection Menus to TypeScript

This commit is contained in:
Bogdan
2025-04-19 09:47:34 +03:00
parent b0024b28a5
commit 7e34d89069
10 changed files with 102 additions and 96 deletions
@@ -0,0 +1,11 @@
.message {
margin-top: 10px;
margin-bottom: 30px;
text-align: center;
font-size: 20px;
}
.buttonContainer {
margin-top: 20px;
text-align: center;
}