Commit 990661bfa07c534e1fa68d461b3cb8268687200f
Merge branch 'issue113' of /home/git/repositories/openwapp/openwapp
Showing 2 changed files
app/styles/_common.sass
View file @
990661b
app/styles/_conversation.sass
View file @
990661b
... | ... | @@ -142,6 +142,7 @@ |
142 | 142 | height: 100% |
143 | 143 | overflow: hidden |
144 | 144 | img |
145 | + height: 9.4rem | |
145 | 146 | &.landscape |
146 | 147 | margin-left: -50% |
147 | 148 | &.portrait |
... | ... | @@ -177,7 +178,8 @@ |
177 | 178 | text-align: center |
178 | 179 | color: #333 |
179 | 180 | background: #DDD |
180 | - border-bottom: 0.1rem solid #444 | |
181 | + border-bottom: 0.1rem solid #d7d7d7 | |
182 | + border-radius: 0 | |
181 | 183 | &:after |
182 | 184 | background: none |
183 | 185 | &.other |
... | ... | @@ -195,7 +197,7 @@ |
195 | 197 | aside a |
196 | 198 | font-size: 0px |
197 | 199 | line-height: 5rem |
198 | - text-align: center | |
200 | + text-align: right | |
199 | 201 | position: relative |
200 | 202 | img |
201 | 203 | display: inline-block |
... | ... | @@ -242,7 +244,7 @@ |
242 | 244 | span.author |
243 | 245 | display: inline |
244 | 246 | aside |
245 | - top: 3rem | |
247 | + top: 2.2rem | |
246 | 248 | |
247 | 249 | @mixin conversation-button($image-name) |
248 | 250 | +appearance(none) |