mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Rename content margin top variable to content margin vertical, as it affects both top and bottom.
This commit is contained in:
parent
fb121494e6
commit
5f5731eca2
3 changed files with 7 additions and 9 deletions
|
@ -50,8 +50,8 @@
|
|||
}
|
||||
.project-list-sidebar {
|
||||
background-color: @sidebar-bg;
|
||||
padding-top: @content-margin-top;
|
||||
padding-bottom: @content-margin-top;
|
||||
padding-top: @content-margin-vertical;
|
||||
padding-bottom: @content-margin-vertical;
|
||||
}
|
||||
|
||||
.project-list-sidebar when (@is-overleaf) {
|
||||
|
@ -62,8 +62,8 @@
|
|||
}
|
||||
|
||||
.project-list-main {
|
||||
padding-top: @content-margin-top;
|
||||
padding-bottom: @content-margin-top;
|
||||
padding-top: @content-margin-vertical;
|
||||
padding-bottom: @content-margin-vertical;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
|
@ -788,9 +788,7 @@
|
|||
//** Horizontal offset for forms and lists.
|
||||
@component-offset-horizontal: 180px;
|
||||
|
||||
@content-margin-top: @line-height-computed;
|
||||
@content-margin-top: @line-height-computed;
|
||||
|
||||
@content-margin-vertical: @line-height-computed;
|
||||
|
||||
@left-menu-width: 260px;
|
||||
@left-menu-animation-duration: 0.35s;
|
||||
|
|
|
@ -144,8 +144,8 @@ hr {
|
|||
}
|
||||
|
||||
.content {
|
||||
padding-top: @content-margin-top;
|
||||
padding-bottom: @content-margin-top;
|
||||
padding-top: @content-margin-vertical;
|
||||
padding-bottom: @content-margin-vertical;
|
||||
}
|
||||
|
||||
.content-alt {
|
||||
|
|
Loading…
Reference in a new issue