mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
CSS: GroupView headershould be at least 70px in height
This commit is contained in:
parent
f24fd61ae0
commit
2effdfb840
@ -30,7 +30,7 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_GroupView_header {
|
.mx_GroupView_header {
|
||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
height: 70px;
|
min-height: 70px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user