Skip to content

Commit 68531cd

Browse files
authored
Merge pull request #114 from chvvkumar/dev
Adjust styling for detection items in setup page
2 parents f0fc2b1 + bf93e9a commit 68531cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/setup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@
197197

198198
.detection-item {
199199
background: rgba(15, 23, 42, 0.6);
200-
padding: 14px;
200+
padding: 10px;
201201
border-radius: 6px;
202202
border: 1px solid rgba(71, 85, 105, 0.5);
203203
display: flex;
204204
flex-direction: column;
205-
min-height: 120px;
205+
min-height: 80px;
206206
}
207207

208208
.detection-label {

0 commit comments

Comments
 (0)