mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
fix bug 77235
This commit is contained in:
@ -2155,6 +2155,20 @@ li.menu-item {
|
||||
}
|
||||
|
||||
.templates {
|
||||
padding-left: 35px;
|
||||
.rtl & {
|
||||
padding-left: 40;
|
||||
padding-right: 35px;
|
||||
}
|
||||
|
||||
.flexbox.content-box > * {
|
||||
padding-left: 5px;
|
||||
.rtl & {
|
||||
padding-left: 0;
|
||||
padding-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.table-caption {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
@ -2174,9 +2188,23 @@ li.menu-item {
|
||||
#idx-nav-templates {
|
||||
padding-top: 12px;
|
||||
text-align: left;
|
||||
border-bottom: @scaled-one-px solid @border-divider;
|
||||
position: relative;
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 5px;
|
||||
right: 0;
|
||||
height: 1px;
|
||||
background-color: @border-divider;
|
||||
}
|
||||
|
||||
.rtl & {
|
||||
text-align: right;
|
||||
&::after {
|
||||
left: 0;
|
||||
right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -2331,7 +2359,7 @@ li.menu-item {
|
||||
left: 0px;
|
||||
right: 6px;
|
||||
bottom: 0;
|
||||
height: 3px;
|
||||
height: 4px;
|
||||
background-color: @highlight-toolbar-tab-underline-document;
|
||||
border-radius: 2px;
|
||||
.rtl & {
|
||||
|
||||
Reference in New Issue
Block a user