Skip to content

Commit 98bebbc

Browse files
committed
Improve popup appearance in high contrast mode
1 parent b8b0aa8 commit 98bebbc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/ui/popup.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,15 @@ html:not(.mobile) #scrollable {
9595
}
9696

9797
#top > .container-id {
98-
text-align: left;
99-
margin: .1em;
98+
text-align: center;
99+
align-items: center;
100+
display: flex;
101+
margin: .2em;
102+
margin-block: auto;
100103
padding: .4em;
101104
font-size: 1.2em;
102105
border:1px solid lightgray;
106+
border-radius: .3em;
103107
}
104108

105109
.hider {

0 commit comments

Comments
 (0)