Some bug fixes (#4225)

- use unminified login css since gulp doesn't minify it
- adjust container max width to bootstrap 5's container-xxl
- add rtl css to bootstrap theme, to match bootswatch standards
This commit is contained in:
BudsieBuds authored and GitHub committed 2025-04-20 18:27:36 +02:00
1 parent 2fec49e7df
commit 9c963814dd
4 files changed
+6 -16

No files matched your search

+1 -3
View File
@@ -27,9 +27,7 @@
: $config['theme']);
?>
<link rel="stylesheet" type="text/css" href="resources/bootswatch5/<?= "$theme" ?>/bootstrap.min.css">
<!-- inject:login:css -->
<link rel="stylesheet" href="css/login.min.css">
<!-- endinject -->
<link rel="stylesheet" href="css/login.css">
<meta name="theme-color" content="#2c3e50">
</head>