Skip to content

Commit 9975e5b

Browse files
committed
Ensure character drop zone is truly invisible by moving styles to global app.css
1 parent 484a107 commit 9975e5b

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Mythril.Blazor/Components/CharacterDisplay.razor.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@
88
margin-bottom: 0.5rem;
99
}
1010

11-
.character-drop-zone {
12-
border: none !important;
13-
padding: 0 !important;
14-
margin: 0 !important;
15-
background: transparent !important;
16-
display: block;
17-
}
18-
1911
.character-controls {
2012
flex-shrink: 0;
2113
min-width: 65px;

Mythril.Blazor/wwwroot/css/app.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,11 @@ main, .content {
162162
70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(255, 68, 68, 0); }
163163
100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 68, 68, 0); }
164164
}
165+
166+
.character-drop-zone {
167+
border: none !important;
168+
padding: 0 !important;
169+
margin: 0 !important;
170+
background: transparent !important;
171+
display: block;
172+
}

0 commit comments

Comments
 (0)