Skip to content
Snippets Groups Projects
Commit 00f6dfa3 authored by Sander August Heggland Schrader's avatar Sander August Heggland Schrader
Browse files

Fixed notification

parent 1b9cd427
No related branches found
No related tags found
1 merge request!139Sa fixes
......@@ -63,7 +63,7 @@ export default {
name: "NavBar.vue",
data() {
return {
newMessages: 0,
newMessages: 111,
};
},
computed: {
......@@ -121,7 +121,7 @@ export default {
min-width: 20px;
min-height: 20px;
padding: 0.25rem;
transform: translate(-80%, -30%);
transform: translate(-290%, 50%);
color: white;
font-size: 10px;
border-radius: 50%;
......@@ -130,4 +130,10 @@ export default {
right: 0;
cursor: pointer;
}
@media (max-width: 768px) {
.notification {
transform: translate(-60%, 70%);
}
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment