mobile-wizard: hide not usefull style options on mobile

it was hidden in 6.4, now when it appears - other buttons are
positioned incorrectly

Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: Ief8a1029ac6f24b24139d52550ec71eb924bcdd9
This commit is contained in:
Szymon Kłos 2021-11-24 15:43:35 +01:00 committed by pedropintosilva
parent ac8a2c6490
commit 764455f6a0

View file

@ -822,4 +822,9 @@ td[id^='tb_spreadsheet-toolbar_item']:focus table.w2ui-button div.w2ui-icon, td[
#coolwsd-version, #lokit-version {
flex-direction: column;
}
}
/* hide not usefull style options on mobile */
div#fontstyletoolbox + div#style.mobile-wizard {
display: none !important;
}