Move artist attribution style back to tab description

This commit is contained in:
Carlos Fernandez 2025-10-13 18:15:40 -04:00
parent 9c9c5b0c0c
commit 9000d08db8
2 changed files with 4 additions and 4 deletions

View file

@ -8,5 +8,9 @@
height: -webkit-fill-available !important;
overflow-y: hidden !important;
padding: 10px 20px 0 20px;
prose-mirror.active + .artist-attribution {
display: none;
}
}
}