mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
Fixed icon duplication when scaling
This commit is contained in:
@ -809,6 +809,7 @@ li.menu-item {
|
|||||||
|
|
||||||
&.templates {
|
&.templates {
|
||||||
/* padding: 20px;*/
|
/* padding: 20px;*/
|
||||||
|
padding-left: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Folders
|
// Folders
|
||||||
@ -2182,10 +2183,8 @@ li.menu-item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.templates {
|
.templates {
|
||||||
padding-left: 35px;
|
|
||||||
.rtl & {
|
.rtl & {
|
||||||
padding-left: 40;
|
padding-left: 40;
|
||||||
padding-right: 35px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.flexbox.content-box > * {
|
.flexbox.content-box > * {
|
||||||
|
|||||||
Reference in New Issue
Block a user