mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-24 03:16:40 +00:00
Limit transitions to positions
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -13,7 +13,7 @@
|
||||
|
||||
color: @page-color;
|
||||
background: @body-background;
|
||||
.transition(all 0.5s ease);
|
||||
.transition(left 0.5s ease);
|
||||
|
||||
.body-inner {
|
||||
/*position: absolute;
|
||||
@@ -53,7 +53,7 @@
|
||||
}
|
||||
|
||||
@media (max-width: @mobileMaxWidth) {
|
||||
|
||||
.transition-transform(0.5s ease);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
background: @sidebar-background;
|
||||
border-right: 1px solid @sidebar-border;
|
||||
|
||||
.transition(all 0.5s ease);
|
||||
.transition(left 0.5s ease);
|
||||
|
||||
.book-search {
|
||||
padding: @sidebar-search-padding;
|
||||
|
||||
Reference in New Issue
Block a user