fixed minor alignment issues after the font replacement

This commit is contained in:
Gani Georgiev
2026-05-04 11:16:15 +03:00
parent 97c5f3fa02
commit a104de5b9f
8 changed files with 10 additions and 8 deletions

1
ui/dist/assets/index-Boupqpks.css vendored Normal file
View File

File diff suppressed because one or more lines are too long

View File

File diff suppressed because one or more lines are too long

View File

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-Dbgy-IOG.js"></script>
<script type="module" crossorigin src="./assets/index-CK8AbvWj.js"></script>
<link rel="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js">
<link rel="stylesheet" crossorigin href="./assets/index-Ce7r6VeU.css">
<link rel="stylesheet" crossorigin href="./assets/index-Boupqpks.css">
</head>
<body>
</body>

View File

@@ -43,7 +43,7 @@ export function collectionRulesTab(upsertData) {
app.components.slide(
() => local.showRulesInfo,
t.div(
{ className: "alert warning m-t-sm" },
{ className: "alert warning m-t-sm txt-sm" },
t.div(
{ className: "content" },
t.p(null, "The following record fields are available:"),

View File

@@ -17,7 +17,7 @@
}
.api-preview-sidebar {
width: 190px;
width: 195px;
flex-shrink: 0;
overflow: auto;
scrollbar-width: thin;

View File

@@ -23,11 +23,13 @@
gap: var(--headerItemsGap);
font-size: var(--smFontSize);
line-height: var(--smLineHeight);
/* for when the page is opened in "app" mode */
@media (display-mode: minimal-ui) or (display-mode: standalone) {
border-top: 1px solid var(--accentAlt1Color);
border-bottom: 1px solid transparent;
}
.logo {
display: inline-flex;
vertical-align: top;

View File

@@ -103,7 +103,7 @@
--lgFontSize: 15px;
--lineHeight: 22px;
--smLineHeight: 17px;
--smLineHeight: 15.5px; /* decimal for visual alignment */
--lgLineHeight: 24px;
--btnHeight: 45px;