mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-11 11:04:10 +00:00
Some more adjustments to make the SL theme closer to original.
This commit is contained in:
parent
9047e9a365
commit
045fae7109
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue