Skip to content
Snippets Groups Projects
Commit a2d78a59 authored by Oleksandr Zhurbenko's avatar Oleksandr Zhurbenko
Browse files

Changed fonts in Chat tab

parent 70eb511c
No related branches found
No related tags found
No related merge requests found
......@@ -109,12 +109,6 @@
padding:10px;
}
#chat-options-bar {
border-bottom: 1px solid extract(@lightGrey, 3);
position: relative;
width: 100%;
}
#chat-user-list {
padding: 5px;
}
......@@ -172,6 +166,13 @@
overflow-y: auto;
padding-left: 15px;
padding-top: 15px;
p {
@media @mobile-portrait,
@mobile-portrait-with-keyboard
{
font-size: 45px;
}
}
}
.panel-footer {
......@@ -198,6 +199,15 @@
font-size: 14px;
font-style: italic;
}
.private-chat-user-entry
{
@media @mobile-portrait-with-keyboard, @mobile-portrait
{
height: 60px;
font-size: 45px;
}
}
}
#sendMessageButton {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment