Skip to content

Commit 3efca83

Browse files
committed
Change css for SmallBoard in the sidebar
1 parent 6376408 commit 3efca83

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/SmallBoard.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ en:
9696
width: 30px;
9797
background-color: var(--theme-400);
9898
margin-bottom: 1em;
99+
margin-left: 1.2rem;
99100
@include breakPoint(mobile) {
100101
margin: 0 auto;
101102
margin-bottom: 14px;
@@ -109,6 +110,7 @@ en:
109110
font-size: 18px;
110111
font-weight: 700;
111112
margin-bottom: 0.7em;
113+
padding-left: 1rem;
112114
113115
span {
114116
width: 100%
@@ -193,6 +195,7 @@ en:
193195
&--sidebar & {
194196
&__name {
195197
font-size: 15px;
198+
padding-left: 0;
196199
}
197200
198201
&__post {
@@ -209,5 +212,9 @@ en:
209212
}
210213
}
211214
}
215+
216+
&--sidebar .red-box {
217+
margin-left: 0;
218+
}
212219
}
213220
</style>

0 commit comments

Comments
 (0)