mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 12:18:47 +08:00
[mobile] Fixed display last elements in matereal style.
This commit is contained in:
@ -45,4 +45,8 @@
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
&.list-block:last-child li:last-child a {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
@ -65,4 +65,8 @@
|
||||
background-image: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.popover .list-block:last-child li:last-child .buttons a {
|
||||
border-radius: 3px;
|
||||
}
|
||||
Reference in New Issue
Block a user