Fix disambiguated profile in threads in bubble layout (#8168)

This commit is contained in:
Šimon Brandner 2022-03-28 09:59:06 +02:00 committed by GitHub
parent 1e060fed84
commit bda18f8bc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,5 +28,6 @@ limitations under the License.
font-size: 1.1rem; font-size: 1.1rem;
margin-left: 5px; margin-left: 5px;
opacity: 0.5; // Match mx_TextualEvent opacity: 0.5; // Match mx_TextualEvent
color: $primary-content;
} }
} }