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:
parent
ac8a2c6490
commit
764455f6a0
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue