Fix wrapping icon width when using smaller devices
Change-Id: I0dc74f2385ab638a4faec4907673c0b6b695a9c6 Reviewed-on: https://gerrit.libreoffice.org/80431 Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Tested-by: Szymon Kłos <szymon.klos@collabora.com>
This commit is contained in:
parent
25572e7e25
commit
2eb98ee6f8
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
@media (max-width: 407px), (max-device-height: 407px) {
|
||||
#buttonbefore, #buttonafter, #buttonoptimal, #buttonparallel, #buttonnone, #buttonthrough{
|
||||
padding: 18px 28px 18px 28px !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px), (max-device-height: 767px) {
|
||||
.w2ui-icon.users{
|
||||
background-size: 20px !important;
|
||||
|
|
Loading…
Reference in a new issue