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

@ -6,10 +6,6 @@
height: 100% !important;
flex: 1;
&.active + .artist-attribution {
display: none;
}
.editor-menu {
background-color: transparent;
padding: 0 0 8px 0;

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;
}
}
}