mirror of https://github.com/vector-im/riot-web
not needed
parent
fd0b33edaf
commit
3c70c2b82f
|
@ -91,7 +91,6 @@ limitations under the License.
|
||||||
.mx_RoomTile {
|
.mx_RoomTile {
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
padding: 2px 0 2px 12px;
|
padding: 2px 0 2px 12px;
|
||||||
display: block; // not flex
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -100,7 +99,6 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_badge {
|
.mx_RoomTile_badge {
|
||||||
display: block;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 6px;
|
right: 6px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
|
Loading…
Reference in New Issue