mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 05:02:50 +08:00
Merge pull request #5410 from rekonder/fix_conflicts
Resolve conflicts after navigator merge
This commit is contained in:
commit
fc6f443b1e
2 changed files with 0 additions and 12 deletions
|
@ -7,10 +7,7 @@
|
||||||
|
|
||||||
.repository-show {
|
.repository-show {
|
||||||
height: calc(100vh - var(--navbar-height));
|
height: calc(100vh - var(--navbar-height));
|
||||||
<<<<<<< HEAD
|
|
||||||
left: var(--left-navigation-width);
|
left: var(--left-navigation-width);
|
||||||
=======
|
|
||||||
>>>>>>> develop
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 2em;
|
padding: 0 2em;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -37,10 +34,7 @@
|
||||||
background-color: $color-white;
|
background-color: $color-white;
|
||||||
border: 0;
|
border: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
<<<<<<< HEAD
|
|
||||||
left: var(--left-navigation-width);
|
left: var(--left-navigation-width);
|
||||||
=======
|
|
||||||
>>>>>>> develop
|
|
||||||
margin-left: 0em;
|
margin-left: 0em;
|
||||||
padding: 0 2em;
|
padding: 0 2em;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -164,10 +158,7 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 5em;
|
height: 5em;
|
||||||
<<<<<<< HEAD
|
|
||||||
left: var(--left-navigation-width);
|
left: var(--left-navigation-width);
|
||||||
=======
|
|
||||||
>>>>>>> develop
|
|
||||||
padding: 0 2em;
|
padding: 0 2em;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
transition: .4s $timing-function-sharp;
|
transition: .4s $timing-function-sharp;
|
||||||
|
|
|
@ -9,10 +9,7 @@
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
height: 6em;
|
height: 6em;
|
||||||
<<<<<<< HEAD
|
|
||||||
left: var(--left-navigation-width);
|
left: var(--left-navigation-width);
|
||||||
=======
|
|
||||||
>>>>>>> develop
|
|
||||||
padding: 1em 2em 0;
|
padding: 1em 2em 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: calc(4em + var(--navbar-height));
|
top: calc(4em + var(--navbar-height));
|
||||||
|
|
Loading…
Reference in a new issue