forked from MirrorHub/synapse
CSS tweakage
This commit is contained in:
parent
e8f19b4c0d
commit
75890d7bdd
1 changed files with 3 additions and 0 deletions
|
@ -270,6 +270,7 @@ a:active { color: #000; }
|
||||||
.publicRoomEntry {
|
.publicRoomEntry {
|
||||||
max-width: 480px;
|
max-width: 480px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
border-bottom: 1px #ddd solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.publicRoomJoinedUsers {
|
.publicRoomJoinedUsers {
|
||||||
|
@ -281,6 +282,8 @@ a:active { color: #000; }
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
width: 15em;
|
width: 15em;
|
||||||
|
float: right;
|
||||||
|
text-align: right;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
Loading…
Reference in a new issue