mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-25 10:42:17 -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;
|
||||
background-color: #f7f7f7;
|
||||
border-top: 1px solid #e1e1e1;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.messages .sender .name {
|
||||
padding-left: 10px;
|
||||
@ -1060,6 +1061,7 @@ button.secondary:hover:not(:disabled) {
|
||||
vertical-align: middle;
|
||||
padding: 10px;
|
||||
border-top: 1px solid #eee;
|
||||
width: 99%;
|
||||
}
|
||||
.messages .message {
|
||||
font-size: 12px;
|
||||
|
@ -159,6 +159,7 @@
|
||||
text-align: right
|
||||
background-color: #f7f7f7
|
||||
border-top: 1px solid #e1e1e1
|
||||
white-space: nowrap
|
||||
|
||||
.name
|
||||
padding-left: 10px
|
||||
@ -169,6 +170,7 @@
|
||||
vertical-align: middle
|
||||
padding: 10px
|
||||
border-top: 1px solid #eee
|
||||
width: 99%
|
||||
|
||||
.message
|
||||
font-size: $font-size-small
|
||||
|
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
# 0.0.1 1387233558178
|
||||
# 0.0.1 1387250191209
|
||||
|
||||
CACHE:
|
||||
/app.js
|
||||
|
Loading…
Reference in New Issue
Block a user