renamed list-group to list-content for consistency with the others

This commit is contained in:
Gani Georgiev
2026-04-22 17:59:11 +03:00
parent b15f358fc9
commit 2ddf161314
5 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
ui/dist/index.html vendored
View File

@@ -13,9 +13,9 @@
<!-- prism --> <!-- prism -->
<script src="./libs/prism/prism.js" data-manual></script> <script src="./libs/prism/prism.js" data-manual></script>
<script type="module" crossorigin src="./assets/index-BdKmsBV_.js"></script> <script type="module" crossorigin src="./assets/index-gesvZeL3.js"></script>
<link rel="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js"> <link rel="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js">
<link rel="stylesheet" crossorigin href="./assets/index-COsT6ZrW.css"> <link rel="stylesheet" crossorigin href="./assets/index-DNEbN4Hj.css">
</head> </head>
<body> <body>
</body> </body>

View File

@@ -15,7 +15,7 @@
display: none; display: none;
} }
.list-group { .list-content {
display: block; display: block;
width: 100%; width: 100%;
max-height: 425px; max-height: 425px;

View File

@@ -117,7 +117,7 @@ export function backupsList(propsArg = {}) {
}, },
}, },
t.div( t.div(
{ className: "list-group" }, { className: "list-content" },
t.div( t.div(
{ {
hidden: () => !data.isLoading || data.backups.length, hidden: () => !data.isLoading || data.backups.length,