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)
|
||||
:background
|
||||
:color #fff
|
||||
|
||||
:float left
|
||||
:overflow-x hidden
|
||||
:overflow-y hidden
|
||||
|
||||
|
|
@ -1808,9 +1808,11 @@ ul#request_result
|
|||
:padding 5px
|
||||
:border 1px solid #999
|
||||
|
||||
> .right
|
||||
:right -5px
|
||||
:bottom 2px
|
||||
> .name
|
||||
:white-space nowrap
|
||||
// > .right
|
||||
// :right -5px
|
||||
// :bottom 2px
|
||||
|
||||
&.remote_friend
|
||||
:width 285px
|
||||
|
|
|
|||
Loading…
Reference in a new issue