mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
[ci] format
This commit is contained in:
parent
99c1bcad9e
commit
fd9ffe2062
1 changed files with 3 additions and 1 deletions
|
@ -228,7 +228,9 @@ export class AstroDevOverlay extends HTMLElement {
|
|||
width: 1px;
|
||||
}
|
||||
</style>
|
||||
<div id="dev-overlay" data-hidden ${settings.config.disablePluginNotification ? 'data-no-notification' : ''}>
|
||||
<div id="dev-overlay" data-hidden ${
|
||||
settings.config.disablePluginNotification ? 'data-no-notification' : ''
|
||||
}>
|
||||
<div id="dev-bar-hitbox-above"></div>
|
||||
<div id="dev-bar">
|
||||
<div id="bar-container">
|
||||
|
|
Loading…
Add table
Reference in a new issue