Skip to content

Commit 02da79d

Browse files
authored
fix: small screen error msg covered code button (#18)
1 parent 4b60d0f commit 02da79d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
node_modules
22
.DS_Store
33
dist
4-
TODOs.md
4+
TODOs.md
5+
6+
# jetbrains files
7+
.idea

src/Message.vue

+5-1
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,15 @@ pre {
8080
color: #fff;
8181
}
8282
83-
@media (max-width: 760px) {
83+
@media (max-width: 720px) {
8484
.dismiss {
8585
top: -9px;
8686
right: -9px;
8787
}
88+
89+
.msg {
90+
bottom: 50px;
91+
}
8892
}
8993
9094
.msg.err {

0 commit comments

Comments
 (0)