forked from mystiq/hydrogen-web
adjust spacing, etc in timeline
This commit is contained in:
parent
44cc691c79
commit
d386343d5c
1 changed files with 13 additions and 11 deletions
|
@ -19,6 +19,7 @@ limitations under the License.
|
||||||
|
|
||||||
.hydrogen {
|
.hydrogen {
|
||||||
font-family: 'Inter', sans-serif, 'emoji';
|
font-family: 'Inter', sans-serif, 'emoji';
|
||||||
|
font-size: 15px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: #2e2f32;
|
color: #2e2f32;
|
||||||
|
|
||||||
|
@ -58,8 +59,8 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.LeftPanel li {
|
.LeftPanel li {
|
||||||
margin: 5px;
|
margin: 5px 10px;
|
||||||
padding: 10px;
|
padding: 5px;
|
||||||
/* vertical align */
|
/* vertical align */
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
@ -143,8 +144,13 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-container {
|
.message-container {
|
||||||
padding: 5px 10px;
|
padding: 2px 10px;
|
||||||
margin: 5px 10px;
|
margin: 5px 10px 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.TextMessageView.continuation .message-container {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-container .sender {
|
.message-container .sender {
|
||||||
|
@ -162,14 +168,10 @@ a {
|
||||||
.hydrogen .sender.usercolor7 { color: var(--usercolor7); }
|
.hydrogen .sender.usercolor7 { color: var(--usercolor7); }
|
||||||
.hydrogen .sender.usercolor8 { color: var(--usercolor8); }
|
.hydrogen .sender.usercolor8 { color: var(--usercolor8); }
|
||||||
|
|
||||||
.TextMessageView .message-container time {
|
|
||||||
padding: 2px 0 0px 20px;
|
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.message-container time {
|
.message-container time {
|
||||||
font-size: 0.9em;
|
padding: 2px 0 0px 10px;
|
||||||
color: lightblue;
|
font-size: 0.8em;
|
||||||
|
color: #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.TextMessageView.pending .message-container {
|
.TextMessageView.pending .message-container {
|
||||||
|
|
Loading…
Reference in a new issue