adjusted default button css
This commit is contained in:
@@ -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
Vendored
+2
-2
@@ -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
@@ -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,
|
||||
|
||||
@@ -9,6 +9,7 @@ button {
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
line-height: inherit;
|
||||
letter-spacing: inherit;
|
||||
}
|
||||
.btn {
|
||||
--btnGap: 8px;
|
||||
|
||||
Reference in New Issue
Block a user