forked from matrix/element-web
Fix app tile styling
This commit is contained in:
parent
152e3c6258
commit
3588ce7bc5
|
@ -147,5 +147,8 @@ limitations under the License.
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-radius: 3px 3px 0 0;
|
border-radius: 3px 3px 0 0;
|
||||||
max-height: 155px;
|
height: 155px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue