We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b60d0f commit 02da79dCopy full SHA for 02da79d
.gitignore
@@ -1,4 +1,7 @@
1
node_modules
2
.DS_Store
3
dist
4
-TODOs.md
+TODOs.md
5
+
6
+# jetbrains files
7
+.idea
src/Message.vue
@@ -80,11 +80,15 @@ pre {
80
color: #fff;
81
}
82
83
-@media (max-width: 760px) {
+@media (max-width: 720px) {
84
.dismiss {
85
top: -9px;
86
right: -9px;
87
88
89
+ .msg {
90
+ bottom: 50px;
91
+ }
92
93
94
.msg.err {
0 commit comments