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 -1
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:"),
+1 -1
View File
@@ -17,7 +17,7 @@
}
.api-preview-sidebar {
width: 190px;
width: 195px;
flex-shrink: 0;
overflow: auto;
scrollbar-width: thin;
+2
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;
+1 -1
View File
@@ -103,7 +103,7 @@
--lgFontSize: 15px;
--lineHeight: 22px;
--smLineHeight: 17px;
--smLineHeight: 15.5px; /* decimal for visual alignment */
--lgLineHeight: 24px;
--btnHeight: 45px;