mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
expand auxPanel when showing apps
This commit is contained in:
parent
24e463116b
commit
4981723cea
2 changed files with 6 additions and 0 deletions
|
@ -76,6 +76,10 @@ limitations under the License.
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_RoomView_auxPanel_apps {
|
||||||
|
max-width: 1920px ! important;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_RoomView_topUnreadMessagesBar {
|
.mx_RoomView_topUnreadMessagesBar {
|
||||||
order: 3;
|
order: 3;
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,6 +43,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_AppTile {
|
.mx_AppTile {
|
||||||
|
max-width: 960px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
margin: 0 5px 2px 0;
|
margin: 0 5px 2px 0;
|
||||||
border: 1px solid $primary-hairline-color;
|
border: 1px solid $primary-hairline-color;
|
||||||
|
@ -52,6 +53,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_AppTileFullWidth {
|
.mx_AppTileFullWidth {
|
||||||
|
max-width: 960px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in a new issue