Merge pull request #5226 from matrix-org/travis/ft-sep1620/10-pip

Make the PIP Jitsi look and feel like the 1:1 PIP
This commit is contained in:
Travis Ralston
2020-09-29 10:18:30 -06:00
committed by GitHub
3 changed files with 16 additions and 4 deletions
+3 -2
View File
@@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
$MiniAppTileHeight: 114px;
$MiniAppTileHeight: 200px;
.mx_AppsDrawer {
margin: 5px 5px 5px 18px;
@@ -220,9 +220,10 @@ $MiniAppTileHeight: 114px;
}
.mx_AppTileBody_mini {
height: 112px;
height: $MiniAppTileHeight;
width: 100%;
overflow: hidden;
border-radius: 8px;
}
.mx_AppTile .mx_AppTileBody,