Compare commits

..

10 Commits

View File

@ -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 {