浏览代码

fixed styling

Warafear 10 月之前
父节点
当前提交
c4090d12ef

+ 2 - 1
src/app/journal/journal-spellcards/custom-spells-modal/custom-spells-modal.component.scss

@@ -2,6 +2,7 @@
   width: 35rem;
   height: 45rem;
   padding: 0;
+  overflow: hidden;
 }
 
 .title {
@@ -15,7 +16,7 @@
 }
 
 .spell-list {
-  height: 32rem;
+  height: 32.5rem;
   padding: 1rem 1rem 0 1rem;
   overflow-y: auto;
   gap: 0.5rem;