responsive adjustments

This commit is contained in:
Gani Georgiev
2026-04-18 22:47:10 +03:00
parent 075e20efae
commit c96415caae
4 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

4
ui/dist/index.html vendored
View File

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

View File

@@ -313,7 +313,7 @@ table {
max-width: calc(100cqw - (2 * var(--spacing)));
}
table {
min-width: 1000px;
min-width: 900px;
border-radius: 0;
}
tr {
@@ -409,11 +409,11 @@ table {
td,
th {
display: block;
height: auto;
min-height: 0;
padding: 0;
margin: 0;
min-height: 0;
word-break: break-word;
height: auto !important;
white-space: normal !important;
border: 0 !important;
width: 100% !important;