Tweaks to conversation details

This commit is contained in:
Josh Perez 2021-10-21 17:04:43 -04:00 committed by GitHub
parent dc5a17e962
commit 9ecf47594b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 9 deletions

View file

@ -220,7 +220,9 @@
}
&:focus {
box-shadow: 0 0 0 2px $color-ultramarine;
@include keyboard-mode {
box-shadow: 0 0 0 2px $color-ultramarine;
}
}
}

View file

@ -7,7 +7,8 @@
align-items: center;
display: flex;
flex-direction: column;
margin: 0 0 24px 0;
margin: 0 0 20px 0;
padding: 0 24px;
text-align: center;
width: 100%;
}

View file

@ -7,6 +7,15 @@
-webkit-line-clamp: 2;
display: -webkit-box;
overflow: hidden;
a {
@include light-theme {
color: $color-gray-90;
}
@include dark-theme {
color: $color-gray-02;
}
}
}
&__read-more {