Skip to content

Commit 14079f0

Browse files
committed
Show profile questions in suggestions
1 parent f5084ba commit 14079f0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Client/css/im.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2889,6 +2889,10 @@ label {
28892889
border-bottom-color: transparent;
28902890
}
28912891

2892+
.contact-full-profile .ask-question, .contact-full-profile .ask-question:after {
2893+
background-color: var(--background-color);
2894+
}
2895+
28922896
.ask-question-itself {
28932897
padding-top: 15px;
28942898
}
@@ -3102,6 +3106,10 @@ label {
31023106
padding: 6px;
31033107
}
31043108

3109+
.ask-list {
3110+
width: auto;
3111+
}
3112+
31053113
.back-filter .svg-back-profile {
31063114
fill: var(--text-color)
31073115
}

0 commit comments

Comments
 (0)