Merge pull request #1470 from ONLYOFFICE/feature/toolbar-buttons

Feature/toolbar buttons
This commit is contained in:
JuliaSvinareva 2022-01-13 18:26:15 +03:00 committed by GitHub
commit 489d352ae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,4 @@
@x-huge-btn-height: 48px;
@x-huge-btn-height: 52px;
@x-huge-btn-icon-size: 28px;
.btn {
@ -232,18 +232,19 @@
.inner-box-caption {
line-height: 18px;
padding: 0 3px;
padding: 1px 3px;
display: flex;
//align-items: center;
align-items: start;
height: 24px;
.caption {
max-width: 85px;
max-height: 22px;
max-height: 24px;
text-overflow: ellipsis;
white-space: pre;
line-height: 10px;
line-height: 11px;
padding: 0 2px;
.caret {

View file

@ -162,7 +162,7 @@
.box-controls {
//height: @height-controls; // button has strange offset in IE when odd height
padding: 9px 0;
padding: 7px 0;
display: flex;
//background-color: #F2CBBF;
@ -289,7 +289,7 @@
}
&.long {
height: 48px;
height: 52px;
}
&.short {