Compare commits

..

10 Commits

View File

@ -63,6 +63,14 @@ body {
padding: 0; padding: 0;
visibility: hidden; visibility: hidden;
} }
#side-panel .conversation {
max-width: 300px;
}
#main-panel {
width: calc(100% - 300px);
}
} }
#side-panel .conversation { #side-panel .conversation {
@ -148,8 +156,7 @@ h1 {
right: 0; right: 0;
margin-bottom: 0.5em; margin-bottom: 0.5em;
border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
} }
.ours .message-text { .ours .message-text {