We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5084ba commit 14079f0Copy full SHA for 14079f0
src/Client/css/im.css
@@ -2889,6 +2889,10 @@ label {
2889
border-bottom-color: transparent;
2890
}
2891
2892
+.contact-full-profile .ask-question, .contact-full-profile .ask-question:after {
2893
+ background-color: var(--background-color);
2894
+}
2895
+
2896
.ask-question-itself {
2897
padding-top: 15px;
2898
@@ -3102,6 +3106,10 @@ label {
3102
3106
padding: 6px;
3103
3107
3104
3108
3109
+ .ask-list {
3110
+ width: auto;
3111
+ }
3112
3105
3113
.back-filter .svg-back-profile {
3114
fill: var(--text-color)
3115
0 commit comments