adjusted default button css

This commit is contained in:
Gani Georgiev
2026-05-02 10:05:43 +03:00
parent 0cf34c475b
commit db88253aac
6 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ PB_DOCS_URL = "https://pocketbase.io/docs"
PB_JS_SDK_URL = "https://github.com/pocketbase/js-sdk"
PB_DART_SDK_URL = "https://github.com/pocketbase/dart-sdk"
PB_RELEASES = "https://github.com/pocketbase/pocketbase/releases"
PB_VERSION = "v0.37.5"
PB_VERSION = "v0.37.6-dev"
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -13,9 +13,9 @@
<!-- prism -->
<script src="./libs/prism/prism.js" data-manual></script>
<script type="module" crossorigin src="./assets/index-CHxMc9Fx.js"></script>
<script type="module" crossorigin src="./assets/index-BzbCuUXL.js"></script>
<link rel="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js">
<link rel="stylesheet" crossorigin href="./assets/index-q7FXYy50.css">
<link rel="stylesheet" crossorigin href="./assets/index-BLsHBFKX.css">
</head>
<body>
</body>
+1 -1
View File
@@ -135,7 +135,7 @@ body {
height: 100%;
/* normalizes IBM Plex Sans font rendering between Chrome and Firefox */
letter-spacing: 0.1px;
letter-spacing: 0.004em;
}
h1,
+1
View File
@@ -9,6 +9,7 @@ button {
font-size: inherit;
font-weight: inherit;
line-height: inherit;
letter-spacing: inherit;
}
.btn {
--btnGap: 8px;