Skip to content

Commit 135ea31

Browse files
committed
fine tune
1 parent c2c2442 commit 135ea31

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

web_src/css/modules/modal.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
display: inline-block;
1919
}
2020

21-
22-
.ui.modal > .close.inside {
23-
color: var(--color-text);
24-
}
25-
2621
/* Gitea sometimes use a form in a modal dialog, then the "positive" button could submit the form directly */
2722

2823
.ui.modal > .content,
@@ -35,7 +30,8 @@
3530
background: var(--color-secondary-bg);
3631
border-color: var(--color-secondary);
3732

38-
padding: 1rem 1rem;
33+
/* these styles are from Fomantic UI */
34+
padding: 1rem;
3935
text-align: right;
4036
}
4137

0 commit comments

Comments
 (0)