Skip to content

Commit 382b831

Browse files
committed
chore: remove useless css
1 parent a73d838 commit 382b831

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

src/App.css

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,13 @@
99
border-radius: 4px;
1010
}
1111

12-
/* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/.comment-search-dialog#advanced_example */
13-
#comment-search-root dialog:modal {
14-
position: fixed;
15-
inset-block-start: 0px;
16-
inset-block-end: 0px;
17-
max-width: calc((100% - 6px) - 2em);
18-
max-height: calc((100% - 6px) - 2em);
19-
user-select: text;
20-
visibility: visible;
21-
top-layer: browser !important;
22-
}
23-
2412
#comment-search-root dialog[open] {
2513
display: block;
2614
}
2715

2816
#comment-search-root dialog {
2917
display: none;
30-
position: absolute;
31-
inset-inline-start: 0px;
32-
inset-inline-end: 0px;
3318
width: 800px;
34-
background-color: canvas;
35-
color: canvastext;
36-
margin: auto;
37-
padding: 1em;
3819
border-radius: 8px;
3920
border: none;
4021
outline: none;

0 commit comments

Comments
 (0)