Fix persisent apps being the wrong size
This commit is contained in:
@@ -54,7 +54,7 @@ limitations under the License.
|
||||
|
||||
}
|
||||
|
||||
.mx_LeftPanel .mx_AppTileFullWidth {
|
||||
.mx_LeftPanel .mx_AppTileMini {
|
||||
height: 132px;
|
||||
}
|
||||
|
||||
|
||||
@@ -61,10 +61,6 @@ limitations under the License.
|
||||
background-color: $dialog-background-bg-color;
|
||||
}
|
||||
|
||||
.mx_AppTile_persistedWrapper {
|
||||
height: 280px;
|
||||
}
|
||||
|
||||
.mx_AppTile:last-child {
|
||||
margin-right: 1px;
|
||||
}
|
||||
@@ -79,6 +75,22 @@ limitations under the License.
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.mx_AppTileMini {
|
||||
max-width: 960px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.mx_AppTile_persistedWrapper {
|
||||
height: 280px;
|
||||
}
|
||||
|
||||
.mx_AppTileMini .mx_AppTile_persistedWrapper {
|
||||
height: 114px;
|
||||
}
|
||||
|
||||
.mx_AppTileMenuBar {
|
||||
margin: 0;
|
||||
padding: 2px 10px;
|
||||
@@ -131,11 +143,17 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_AppTileBody_mini {
|
||||
height: 132px;
|
||||
height: 112px;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.mx_AppTileBody_mini iframe {
|
||||
border: none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.mx_AppTileBody iframe {
|
||||
width: 100%;
|
||||
height: 280px;
|
||||
|
||||
Reference in New Issue
Block a user