Compare commits
10 Commits
c1e7cc3513
...
55842e0c4c
Author | SHA1 | Date | |
---|---|---|---|
55842e0c4c | |||
04d805f0c2 | |||
4ba5f3b37d | |||
909b6aa327 | |||
f2be230746 | |||
31afce3601 | |||
88551e6b78 | |||
28759d75dd | |||
927837c0a4 | |||
34c5b35194 |
11
styles.css
11
styles.css
@ -63,6 +63,14 @@ body {
|
||||
padding: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#side-panel .conversation {
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
#main-panel {
|
||||
width: calc(100% - 300px);
|
||||
}
|
||||
}
|
||||
|
||||
#side-panel .conversation {
|
||||
@ -148,8 +156,7 @@ h1 {
|
||||
|
||||
right: 0;
|
||||
margin-bottom: 0.5em;
|
||||
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.ours .message-text {
|
||||
|
Loading…
x
Reference in New Issue
Block a user