You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Fix event info events size and color (#11252)
This commit is contained in:
@ -14,11 +14,6 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_RoomAvatarEvent {
|
||||
opacity: 0.5;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.mx_RoomAvatarEvent_avatar {
|
||||
display: inline;
|
||||
position: relative;
|
||||
|
@ -31,6 +31,11 @@ $left-gutter: 64px;
|
||||
padding-top: 18px;
|
||||
position: relative;
|
||||
|
||||
&.mx_EventTile_info {
|
||||
font-size: var(--cpd-font-size-body-sm);
|
||||
color: $secondary-content;
|
||||
}
|
||||
|
||||
.mx_EventTile_avatar {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
|
Reference in New Issue
Block a user