forked from matrix/element-web
readd in the .mx_EntityTile_power class. don't understand why it was killed :'(
This commit is contained in:
parent
6ecdb02e81
commit
60d2d45255
|
@ -43,6 +43,14 @@ limitations under the License.
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_EntityTile_power {
|
||||||
|
position: absolute;
|
||||||
|
width: 16px;
|
||||||
|
height: 17px;
|
||||||
|
top: 0px;
|
||||||
|
right: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_EntityTile_name {
|
.mx_EntityTile_name {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
Loading…
Reference in New Issue