mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Increase panel height
This commit is contained in:
parent
998739a7dc
commit
ac9075a82a
@ -47,7 +47,7 @@ limitations under the License.
|
|||||||
margin: 0 5px 2px 0;
|
margin: 0 5px 2px 0;
|
||||||
border: 1px solid $primary-hairline-color;
|
border: 1px solid $primary-hairline-color;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
height: 200px;
|
height: 350px;
|
||||||
// display: inline-block;
|
// display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -70,7 +70,7 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_AppTileBody iframe {
|
.mx_AppTileBody iframe {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 181px;
|
height: 331px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user