mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 12:58:53 +03:00
CSS: GroupView headershould be at least 70px in height
This commit is contained in:
parent
f24fd61ae0
commit
2effdfb840
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ limitations under the License.
|
|||
|
||||
.mx_GroupView_header {
|
||||
max-width: 960px;
|
||||
height: 70px;
|
||||
min-height: 70px;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue