mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Fix logo position in view mode
This commit is contained in:
@ -47,11 +47,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
.box-tabs {
|
||||
padding-left: @border-radius-toolbar-ie;
|
||||
padding-left: @border-radius-toolbar;
|
||||
padding-right: @border-radius-toolbar-ie;
|
||||
padding-right: @border-radius-toolbar;
|
||||
.box-tabs{
|
||||
.top-title & {
|
||||
padding-left: @border-radius-toolbar-ie;
|
||||
padding-left: @border-radius-toolbar;
|
||||
padding-right: @border-radius-toolbar-ie;
|
||||
padding-right: @border-radius-toolbar;
|
||||
}
|
||||
}
|
||||
|
||||
.ribtab {
|
||||
|
||||
Reference in New Issue
Block a user