mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-29 04:32:15 -05:00
Fix column widths for avatars in chat
This commit is contained in:
parent
076d8e4a9f
commit
72eaa59ff7
@ -1050,6 +1050,7 @@ button.secondary:hover:not(:disabled) {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
border-top: 1px solid #e1e1e1;
|
border-top: 1px solid #e1e1e1;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.messages .sender .name {
|
.messages .sender .name {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
@ -1060,6 +1061,7 @@ button.secondary:hover:not(:disabled) {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
|
width: 99%;
|
||||||
}
|
}
|
||||||
.messages .message {
|
.messages .message {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -159,6 +159,7 @@
|
|||||||
text-align: right
|
text-align: right
|
||||||
background-color: #f7f7f7
|
background-color: #f7f7f7
|
||||||
border-top: 1px solid #e1e1e1
|
border-top: 1px solid #e1e1e1
|
||||||
|
white-space: nowrap
|
||||||
|
|
||||||
.name
|
.name
|
||||||
padding-left: 10px
|
padding-left: 10px
|
||||||
@ -169,6 +170,7 @@
|
|||||||
vertical-align: middle
|
vertical-align: middle
|
||||||
padding: 10px
|
padding: 10px
|
||||||
border-top: 1px solid #eee
|
border-top: 1px solid #eee
|
||||||
|
width: 99%
|
||||||
|
|
||||||
.message
|
.message
|
||||||
font-size: $font-size-small
|
font-size: $font-size-small
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 0.0.1 1387233558178
|
# 0.0.1 1387250191209
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
/app.js
|
/app.js
|
||||||
|
Loading…
Reference in New Issue
Block a user