This commit is contained in:
@@ -220,7 +220,7 @@
|
|||||||
/* 调整导航栏高度 */
|
/* 调整导航栏高度 */
|
||||||
#index .nav-header {
|
#index .nav-header {
|
||||||
height: 56px;
|
height: 56px;
|
||||||
padding: 0 16px;
|
padding: 0 0 0 16px;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
align-items: center !important;
|
align-items: center !important;
|
||||||
/* Force vertical centering */
|
/* Force vertical centering */
|
||||||
@@ -265,7 +265,7 @@
|
|||||||
/* Ensure it fills parent height */
|
/* Ensure it fills parent height */
|
||||||
max-height: 56px;
|
max-height: 56px;
|
||||||
/* Match header height */
|
/* Match header height */
|
||||||
margin-right: -16px !important;
|
margin-right: 0 !important;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user