Skip to content

Commit

Permalink
refactor: no descending specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
rivexe committed Jul 18, 2024
1 parent 76b5419 commit 3c9c585
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
background-image: url("../img/app-dark.svg");
}

.AscDesktopEditor #content-wrapper {
padding-top: 0;
}

.AscDesktopEditor #controls,
.AscDesktopEditor #app-sidebar {
top: 0;
}

/* onlyoffice-inline */
body.onlyoffice-inline #content-wrapper {
overflow: hidden;
Expand Down Expand Up @@ -80,15 +89,6 @@ body.onlyoffice-inline #content #app-content {
display: none;
}

.AscDesktopEditor #content-wrapper {
padding-top: 0;
}

.AscDesktopEditor #controls,
.AscDesktopEditor #app-sidebar {
top: 0;
}

.AscDesktopEditor #body-user table.multiselect thead {
top: 44px;
}
Expand Down

0 comments on commit 3c9c585

Please sign in to comment.