small css fix to fix the super wonky stuff on the aspect edit pane. still needs more love but this is way better
This commit is contained in:
parent
59e0658497
commit
d8d3996f75
1 changed files with 6 additions and 4 deletions
|
|
@ -1788,7 +1788,7 @@ ul#request_result
|
||||||
@include box-shadow(0, 1px, 5px, #ccc)
|
@include box-shadow(0, 1px, 5px, #ccc)
|
||||||
:background
|
:background
|
||||||
:color #fff
|
:color #fff
|
||||||
|
:float left
|
||||||
:overflow-x hidden
|
:overflow-x hidden
|
||||||
:overflow-y hidden
|
:overflow-y hidden
|
||||||
|
|
||||||
|
|
@ -1808,9 +1808,11 @@ ul#request_result
|
||||||
:padding 5px
|
:padding 5px
|
||||||
:border 1px solid #999
|
:border 1px solid #999
|
||||||
|
|
||||||
> .right
|
> .name
|
||||||
:right -5px
|
:white-space nowrap
|
||||||
:bottom 2px
|
// > .right
|
||||||
|
// :right -5px
|
||||||
|
// :bottom 2px
|
||||||
|
|
||||||
&.remote_friend
|
&.remote_friend
|
||||||
:width 285px
|
:width 285px
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue