libregamingspaces/main.css

28 lines
505 B
CSS

/* Theming taken from https://github.com/vector-im/riot-web/blob/cf5cf02529f95a094d88051c12fdb87a03d87335/src/skins/vector/css/themes/_base.scss */
.room {
margin-left: 2em;
}
.info {
align-items: center;
display:flex;
}
summary {
display:flex;
}
.arrow-right {
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid black;
margin: 0.5em;
}
img.roomAvatar {
height: 36px;
margin: 0.5em;
}