Merge pull request #4 from anotherlusitano/fix-content-misalignment

Fix content misalignment on notes with few lines of text
This commit is contained in:
João Ribeiro 2025-11-20 00:28:35 +00:00 committed by GitHub
commit 2ef77ea509
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View file

@ -3,7 +3,6 @@
.cm-contentContainer {
max-width: 100%;
display: flex;
align-items: center;
.cm-content {
display: flex;

View file

@ -1,6 +1,6 @@
{
"name": "SpectrumPlus",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "1.0.0",
"author": "João Ribeiro",
"authorUrl": "https://github.com/anotherlusitano"

File diff suppressed because one or more lines are too long