Skip to content
Snippets Groups Projects
Commit f1a861d1 authored by syuilo's avatar syuilo
Browse files

wip

parent 1eda7c85
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
</button>
</div>
<div class="right">
<MkA class="item" to="/my/notifications"><Fa :icon="faBell"/></MkA>
<MkA class="item" to="/my/notifications"><Fa :icon="faBell"/><i v-if="$i.hasUnreadNotification"><Fa :icon="faCircle"/></i></MkA>
</div>
</header>
<div class="body">
......@@ -283,7 +283,18 @@ export default defineComponent({
padding: 10px;
box-sizing: border-box;
margin-right: 4px;
opacity: 0.6;
//opacity: 0.6;
position: relative;
> i {
position: absolute;
top: 8px;
right: 8px;
color: var(--indicator);
font-size: 8px;
line-height: 8px;
animation: blink 1s infinite;
}
}
}
}
......
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