mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +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 {
|
||||
height: calc(100vh - var(--navbar-height));
|
||||
<<<<<<< HEAD
|
||||
left: var(--left-navigation-width);
|
||||
=======
|
||||
>>>>>>> develop
|
||||
margin: 0;
|
||||
padding: 0 2em;
|
||||
position: absolute;
|
||||
|
@ -37,10 +34,7 @@
|
|||
background-color: $color-white;
|
||||
border: 0;
|
||||
display: flex;
|
||||
<<<<<<< HEAD
|
||||
left: var(--left-navigation-width);
|
||||
=======
|
||||
>>>>>>> develop
|
||||
margin-left: 0em;
|
||||
padding: 0 2em;
|
||||
position: fixed;
|
||||
|
@ -164,10 +158,7 @@
|
|||
bottom: 0;
|
||||
display: flex;
|
||||
height: 5em;
|
||||
<<<<<<< HEAD
|
||||
left: var(--left-navigation-width);
|
||||
=======
|
||||
>>>>>>> develop
|
||||
padding: 0 2em;
|
||||
position: fixed;
|
||||
transition: .4s $timing-function-sharp;
|
||||
|
|
|
@ -9,10 +9,7 @@
|
|||
flex-grow: 1;
|
||||
flex-wrap: nowrap;
|
||||
height: 6em;
|
||||
<<<<<<< HEAD
|
||||
left: var(--left-navigation-width);
|
||||
=======
|
||||
>>>>>>> develop
|
||||
padding: 1em 2em 0;
|
||||
position: fixed;
|
||||
top: calc(4em + var(--navbar-height));
|
||||
|
|
Loading…
Reference in a new issue