Some more adjustments to make the SL theme closer to original.

This commit is contained in:
Paulo Reis 2017-10-06 10:50:59 +01:00
parent 9047e9a365
commit 045fae7109
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,5 @@
.dropdown(dropdown)
a.btn.btn-primary.btn-block.dropdown-toggle(
a.btn.btn-primary.sidebar-new-proj-btn.dropdown-toggle(
href="#",
data-toggle="dropdown",
dropdown-toggle

View file

@ -34,6 +34,10 @@
.container;
}
.sidebar-new-proj-btn when (@is-overleaf) {
.btn-block;
}
.project-list-row {
display: flex;
flex-direction: column;
@ -307,7 +311,7 @@ ul.structured-list {
}
}
.project-list-card {
.project-list-card when (@is-overleaf) {
padding: 0 (@line-height-computed / 4);
}