minor css fix

This commit is contained in:
Sandro Ducceschi 2025-06-23 17:15:38 +02:00
parent 5f8e68343c
commit 9655f330bf
4 changed files with 8 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "simple-banner",
"name": "Simple Banner",
"version": "0.5.0",
"version": "0.5.1",
"minAppVersion": "1.8.9",
"description": "Visually enhance your notes with a customizable banner. Supports icons and time/date display.",
"author": "Sandro Ducceschi",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "simple-banner",
"version": "0.5.0",
"version": "0.5.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "simple-banner",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",

View file

@ -1,6 +1,6 @@
{
"name": "simple-banner",
"version": "0.5.0",
"version": "0.5.1",
"description": "Visually enhance your notes with a customizable banner. Supports icons and time/date display.",
"main": "dist/main.js",
"scripts": {

View file

@ -114,6 +114,10 @@ body.sb-autohide {
}
}
.cm-sizer {
margin-top: inherit;
}
.cm-contentContainer {
position: relative;
z-index: 1;