Skip to content

Commit a16424b

Browse files
committed
Fix design of topics navigation
1 parent 2ec9110 commit a16424b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

app/components/molecules/DefaultHeaderNav.vue

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ $topicCount: 10;
242242
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0086cc;
243243
display: block;
244244
height: 44px;
245-
margin: 3px 2px 0 2px;
245+
margin: 3px 3px 0;
246246
width: 85px;
247247
248248
.topic-display-name {
@@ -253,6 +253,15 @@ $topicCount: 10;
253253
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
254254
}
255255
256+
&:after {
257+
position: absolute;
258+
top: 0;
259+
left: 100%;
260+
width: 3px;
261+
height: 1px;
262+
content: '';
263+
}
264+
256265
&.area-topic0 {
257266
&:before {
258267
background-position-x: 20px;

0 commit comments

Comments
 (0)