renamed list-group to list-content for consistency with the others
This commit is contained in:
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
4
ui/dist/index.html
vendored
@@ -13,9 +13,9 @@
|
||||
|
||||
<!-- prism -->
|
||||
<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="stylesheet" crossorigin href="./assets/index-COsT6ZrW.css">
|
||||
<link rel="stylesheet" crossorigin href="./assets/index-DNEbN4Hj.css">
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.list-group {
|
||||
.list-content {
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-height: 425px;
|
||||
|
||||
@@ -117,7 +117,7 @@ export function backupsList(propsArg = {}) {
|
||||
},
|
||||
},
|
||||
t.div(
|
||||
{ className: "list-group" },
|
||||
{ className: "list-content" },
|
||||
t.div(
|
||||
{
|
||||
hidden: () => !data.isLoading || data.backups.length,
|
||||
|
||||
Reference in New Issue
Block a user