full site update
This commit is contained in:
7
node_modules/astro/dist/runtime/client/dev-toolbar/apps/settings.js
generated
vendored
7
node_modules/astro/dist/runtime/client/dev-toolbar/apps/settings.js
generated
vendored
@@ -67,6 +67,8 @@ var settings_default = {
|
||||
`<style>
|
||||
:host astro-dev-toolbar-window {
|
||||
height: 480px;
|
||||
overflow-y: auto;
|
||||
color-scheme: dark;
|
||||
|
||||
--color-purple: rgba(224, 204, 250, 1);
|
||||
}
|
||||
@@ -125,6 +127,9 @@ var settings_default = {
|
||||
label > section {
|
||||
max-width: 67%;
|
||||
}
|
||||
label > section.full-width {
|
||||
max-width: 100%;
|
||||
}
|
||||
p {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
@@ -142,7 +147,7 @@ var settings_default = {
|
||||
<hr id="general"/>
|
||||
|
||||
<label class="setting-row">
|
||||
<section>
|
||||
<section class="full-width">
|
||||
<h3>Hide toolbar</h3>
|
||||
Run <code>astro preferences disable devToolbar</code> in your terminal to disable the toolbar. <a href="https://docs.astro.build/en/reference/cli-reference/#astro-preferences" target="_blank">Learn more</a>.
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user