mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
don't set a default avatar size in the css, makes it easier to change it
This commit is contained in:
parent
fbe255f837
commit
a9838fed06
@ -16,7 +16,6 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
.avatar {
|
||||
--avatar-size: 32px;
|
||||
width: var(--avatar-size);
|
||||
height: var(--avatar-size);
|
||||
overflow: hidden;
|
||||
|
@ -250,6 +250,7 @@ a.button-action {
|
||||
/* make scrollbar hit right edge of parent */
|
||||
padding-right: 8px;
|
||||
margin-right: -8px;
|
||||
--avatar-size: 32px;
|
||||
}
|
||||
|
||||
.RoomList > li {
|
||||
@ -434,6 +435,10 @@ a {
|
||||
background-position-x: 10px;
|
||||
}
|
||||
|
||||
.RoomHeader {
|
||||
--avatar-size: 32px;
|
||||
}
|
||||
|
||||
.RoomHeader .topic {
|
||||
font-size: 14rem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user