Increase sidebar to 360px

This commit is contained in:
L. E. Segovia 2018-11-26 13:33:31 +00:00
parent 91dfc59383
commit 32cccf0009
No known key found for this signature in database
GPG Key ID: D5D1DC48B52B7AD5
10 changed files with 11 additions and 11 deletions

View File

@ -45,7 +45,7 @@ export default {
.timeline-wrapper-with-side-bar {
height: 100%;
width: -webkit-calc(100% - 320px);
width: calc(100% - 360px);
overflow: auto;
transition: all 0.5s;
scroll-behavior: auto;

View File

@ -241,7 +241,7 @@ export default {
.upper-with-side-bar {
position: fixed;
bottom: 20px;
right: -webkit-calc(20px + 320px);
right: calc(20px + 360px);
transition: all 0.5s;
}
}

View File

@ -192,6 +192,6 @@ export default {
.upper-with-side-bar {
position: fixed;
bottom: 20px;
right: -webkit-calc(20px + 320px);
right: calc(20px + 360px);
}
</style>

View File

@ -249,7 +249,7 @@ export default {
.upper-with-side-bar {
position: fixed;
bottom: 20px;
right: -webkit-calc(20px + 320px);
right: calc(20px + 360px);
}
</style>
<style src="@/assets/timeline-transition.scss"></style>

View File

@ -210,7 +210,7 @@ export default {
.upper-with-side-bar {
position: fixed;
bottom: 20px;
right: -webkit-calc(20px + 320px);
right: calc(20px + 360px);
transition: all 0.5s;
}
}

View File

@ -248,7 +248,7 @@ export default {
.upper-with-side-bar {
position: fixed;
bottom: 20px;
right: -webkit-calc(20px + 320px);
right: calc(20px + 360px);
}
</style>
<style src="@/assets/timeline-transition.scss"></style>

View File

@ -239,7 +239,7 @@ export default {
.upper-with-side-bar {
position: fixed;
bottom: 20px;
right: -webkit-calc(20px + 320px);
right: calc(20px + 360px);
}
}
</style>

View File

@ -204,7 +204,7 @@ export default {
.upper-with-side-bar {
position: fixed;
bottom: 20px;
right: -webkit-calc(20px + 320px);
right: calc(20px + 360px);
}
}
</style>

View File

@ -239,7 +239,7 @@ export default {
.upper-with-side-bar {
position: fixed;
bottom: 20px;
right: -webkit-calc(20px + 320px);
right: calc(20px + 360px);
}
}
</style>

View File

@ -79,7 +79,7 @@ export default {
position: fixed;
top: 48px;
right: 0;
width: 320px;
width: 360px;
height: calc(100% - 48px);
border-left: solid 1px var(--theme-border-color);
@ -111,7 +111,7 @@ export default {
transition: all 0.5s;
}
.slide-detail-enter, .slide-detail-leave-to {
margin-right: -320px;
margin-right: -360px;
opacity: 0;
}
</style>