We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876fad7 commit 241a1b0Copy full SHA for 241a1b0
app/assets/stylesheets/_base.sass
@@ -51,6 +51,7 @@
51
width: 100px
52
padding: 5px
53
display: none
54
+ bottom: -24px
55
a
56
color: #FFF
57
@@ -80,7 +81,6 @@ body
80
81
font-family: 'PT Sans', sans-serif
82
83
.main-area
- +full-height
84
width: $main-area-width
85
float: left
86
border-right: 1px solid #CDD1D4
app/assets/stylesheets/_chat_area.sass
@@ -101,6 +101,7 @@ html body .ui-tabs .ui-tabs-nav li
101
position: fixed
102
bottom: 0px
103
margin-bottom: 20px
104
+ background: #e6edef
105
textarea
106
+border-top-left-radius(4px)
107
+border-bottom-left-radius(4px)
0 commit comments