mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Fix the resize handle being unreachable when you don't have permission to add widgets
This commit is contained in:
parent
ef137d2234
commit
dc08fee635
@ -64,6 +64,7 @@ $MiniAppTileHeight: 114px;
|
||||
align-items: stretch;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.mx_AppsDrawer_minimised .mx_AppsContainer {
|
||||
@ -76,7 +77,7 @@ $MiniAppTileHeight: 114px;
|
||||
order: 2;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
margin: 5px auto 5px 0;
|
||||
margin: -3px auto 5px 0;
|
||||
color: $accent-color;
|
||||
font-size: $font-12px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user