Reverted Thang Editor style from my item overhaul batch mode. Fixed what I think was a typo in the latest refactoring.
This commit is contained in:
parent
31214e854e
commit
8400eb6016
2 changed files with 3 additions and 3 deletions
app
|
@ -6,7 +6,7 @@
|
||||||
height: 100px
|
height: 100px
|
||||||
|
|
||||||
#settings-col
|
#settings-col
|
||||||
width: 860px
|
width: 560px
|
||||||
position: absolute
|
position: absolute
|
||||||
left: 0
|
left: 0
|
||||||
top: 0
|
top: 0
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
#display-col
|
#display-col
|
||||||
position: absolute
|
position: absolute
|
||||||
width: 440px
|
width: 440px
|
||||||
left: 880px
|
left: 580px
|
||||||
top: 0
|
top: 0
|
||||||
bottom: 0
|
bottom: 0
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
|
|
|
@ -6,7 +6,7 @@ block content
|
||||||
if user && viewName
|
if user && viewName
|
||||||
ol.breadcrumb
|
ol.breadcrumb
|
||||||
li
|
li
|
||||||
a(href="/user#{user.getSlugOrID()}") #{user.displayName()}
|
a(href="/user/#{user.getSlugOrID()}") #{user.displayName()}
|
||||||
li.active
|
li.active
|
||||||
| #{viewName}
|
| #{viewName}
|
||||||
if !user || user.loading
|
if !user || user.loading
|
||||||
|
|
Reference in a new issue