Merge pull request #2316 from ONLYOFFICE/fix/fix-bugs

Fix/fix bugs
This commit is contained in:
Julia Radzhabova
2023-04-03 13:02:45 +03:00
committed by GitHub
2 changed files with 7 additions and 4 deletions

View File

@ -119,8 +119,11 @@ Common.UI.HintManager = new(function() {
_isEditDiagram = false,
_usedTitles = [],
_appPrefix,
_staticHints = { // for desktop buttons
_staticHints = { // for 0 level
// "btnhome": 'K'
// "quick-print": 'Q'
"scroll-right": 'R',
"scroll-left": 'V'
};
var _api;

View File

@ -105,7 +105,7 @@
}
// menu zoom
.menu-zoom {
.dropdown-menu .menu-zoom {
line-height: @line-height-base;
.title {
padding: 5px 5px 5px 20px;
@ -127,7 +127,7 @@
text-align: center;
}
.next {
.btn.next {
float: right;
margin: 2px 5px 0 0;
.rtl & {
@ -136,7 +136,7 @@
}
}
.prev {
.btn.prev {
float: right;
margin-top: 2px;
.rtl & {