Skip to content

Commit 80c4f77

Browse files
committed
Change alert message width & position
1 parent d3bee6a commit 80c4f77

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

extension/options/css/options.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
.alert {
2-
position: absolute;
2+
position: fixed;
33
bottom: 0px;
4-
left: 8px;
5-
right: 8px;
4+
right: 16px;
5+
width: 20%;
6+
min-width: 15%;
67
}
78

89
.container {

0 commit comments

Comments
 (0)