fix(NcHeaderMenu): Ensure trigger button is has same width as wrapper
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Родитель
8a0882f8ae
Коммит
9a651760ff
|
@ -334,7 +334,7 @@ $externalMargin: 8px;
|
|||
height: var(--header-height);
|
||||
|
||||
#{&}__trigger {
|
||||
width: 100% !important;
|
||||
--button-size: var(--header-height) !important;
|
||||
height: var(--header-height);
|
||||
opacity: .85;
|
||||
|
||||
|
@ -397,6 +397,10 @@ $externalMargin: 8px;
|
|||
@media only screen and (max-width: $breakpoint-small-mobile) {
|
||||
.header-menu {
|
||||
width: var(--default-clickable-area);
|
||||
|
||||
#{&}__trigger {
|
||||
--button-size: var(--default-clickable-area) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Загрузка…
Ссылка в новой задаче