addons/isl/src/firstPassCodeReview/AICodeReviewStatus.cssblame
View source
b69ab311/**
b69ab312 * Copyright (c) Meta Platforms, Inc. and affiliates.
b69ab313 *
b69ab314 * This source code is licensed under the MIT license found in the
b69ab315 * LICENSE file in the root directory of this source tree.
b69ab316 */
b69ab317
b69ab318.comment-collapsable {
b69ab319 padding: 10px;
b69ab3110}
b69ab3111
b69ab3112.comment-collapsible-title {
b69ab3113 display: flex;
b69ab3114 gap: 10px;
b69ab3115}
b69ab3116
b69ab3117.comment-count {
b69ab3118 font-size: 90%;
b69ab3119 align-items: center;
b69ab3120 display: flex;
b69ab3121 gap: 2px;
b69ab3122 width: 100%;
b69ab3123}
b69ab3124
b69ab3125.comment-content-container {
b69ab3126 margin: 0 20px;
b69ab3127}
b69ab3128
b69ab3129.comment-list {
b69ab3130 display: flex;
b69ab3131 flex-direction: column;
b69ab3132 gap: 16px;
b69ab3133}
b69ab3134
b69ab3135.comment-container {
b69ab3136 display: flex;
b69ab3137 gap: 4px;
b69ab3138 flex-direction: column;
b69ab3139}
b69ab3140
b69ab3141.comment-header {
b69ab3142 font-size: 90%;
b69ab3143}
b69ab3144
b69ab3145.comment-link {
b69ab3146 cursor: pointer;
b69ab3147}
b69ab3148
b69ab3149.comment-body {
b69ab3150 line-clamp: 2;
b69ab3151 -webkit-line-clamp: 2;
b69ab3152 display: -webkit-box;
b69ab3153 -webkit-box-orient: vertical;
b69ab3154 overflow: hidden;
b69ab3155}