fix: style of menu
This commit is contained in:
parent
66ab9a73ef
commit
54cc80e5bc
1 changed files with 5 additions and 6 deletions
|
@ -12,12 +12,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.menu {
|
||||
> :global(.ui.container) {
|
||||
height: @menuHeight;
|
||||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-top: auto;
|
||||
min-height: 12rem;
|
||||
|
@ -79,6 +73,11 @@
|
|||
}
|
||||
|
||||
.menu {
|
||||
> :global(.ui.container) {
|
||||
height: @menuHeight;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: white;
|
||||
|
|
Loading…
Add table
Reference in a new issue