Skip to content
Snippets Groups Projects
Commit 85d1a3d4 authored by Amin Bandali's avatar Amin Bandali
Browse files

chatview: fixes for client-gnome icon sizes

The recent 88a00a91 blew the chatview
icons out of proportion in client-gnome.  This fixes that.

Change-Id: Ied60a90f66759043322d2ec55166b326ae10e467
parent aa42d1b5
No related branches found
No related tags found
No related merge requests found
......@@ -31,3 +31,14 @@
word-break: break-word;
word-wrap: break-word;
}
#sendMessage {
height: var(--navbar-height);
}
#sendMessage .nav-button, #sendMessage .nav-button.deactivated {
height: 28px;
width: 28px;
margin: 1px;
padding: 2px;
}
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