responsive adjustments
This commit is contained in:
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-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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user