mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-05-19 06:11:43 -04:00
fixed minor alignment issues after the font replacement
This commit is contained in:
1
ui/dist/assets/index-Boupqpks.css
vendored
Normal file
1
ui/dist/assets/index-Boupqpks.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
ui/dist/assets/index-Ce7r6VeU.css
vendored
1
ui/dist/assets/index-Ce7r6VeU.css
vendored
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-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>
|
||||
|
||||
@@ -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:"),
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
}
|
||||
|
||||
.api-preview-sidebar {
|
||||
width: 190px;
|
||||
width: 195px;
|
||||
flex-shrink: 0;
|
||||
overflow: auto;
|
||||
scrollbar-width: thin;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
--lgFontSize: 15px;
|
||||
|
||||
--lineHeight: 22px;
|
||||
--smLineHeight: 17px;
|
||||
--smLineHeight: 15.5px; /* decimal for visual alignment */
|
||||
--lgLineHeight: 24px;
|
||||
|
||||
--btnHeight: 45px;
|
||||
|
||||
Reference in New Issue
Block a user