mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Make widgets take up the full height of the PiP again (#10886)
This fixes a visual regression introduced in 73007d6dd6
: AppTiles with the class mx_AppTile_mini don't get an mx_AppsDrawer as their parent, so the --AppTile_mini-height variable needs a broader scope.
This commit is contained in:
parent
3b2216ec9d
commit
d213dff4c6
1 changed files with 4 additions and 1 deletions
|
@ -15,8 +15,11 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_AppsDrawer {
|
||||
:root {
|
||||
--AppTile_mini-height: 220px;
|
||||
}
|
||||
|
||||
.mx_AppsDrawer {
|
||||
--minWidth: 240px; /* TODO this should be 300px but that's too large */
|
||||
|
||||
margin: var(--container-gap-width);
|
||||
|
|
Loading…
Reference in a new issue