fix bug 77235

This commit is contained in:
Dmitry-Ilyushechkin
2025-10-31 14:27:18 +03:00
parent f081d48711
commit 70f664b70c

View File

@ -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 & {