Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Commit b4262c3

Browse files
aviskarkc10mesaugat
authored andcommitted
Expand user information when multiple users are followed (#4)
* Expand user information when multiple users are followed * Fix the font size of followed user's name * Fix typo * Update doc block
1 parent 10301f8 commit b4262c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
}
158158

159159
/**
160-
* Consistent marging for release and wiki description.
160+
* Consistent margin for release and wiki description.
161161
*/
162162
.dashboard .news .gollum .d-flex ul li,
163163
.dashboard .news .release .d-flex ul li {
@@ -182,8 +182,8 @@
182182
}
183183

184184
/**
185-
* Remove user information div from follow feed.
185+
* Decrease font size of followed user's name.
186186
*/
187-
.dashboard .news .follow .Box.p-3.mt-2 {
188-
display: none;
187+
.dashboard .news .follow .Box.p-3.mt-2 .f4 {
188+
font-size: 14px !important;
189189
}

0 commit comments

Comments
 (0)