Shrink some styles

Group update font and sender names should be smaller.
pull/749/head
lilia 10 years ago
parent d107c3b839
commit 374fa044af

@ -128,6 +128,13 @@ body, input {
body {
margin: 0; }
.group-update {
font-size: smaller; }
.sender {
font-size: smaller;
opacity: 0.8; }
.title-bar {
position: fixed;
top: 0;

@ -11,6 +11,15 @@ body {
margin: 0;
}
.group-update {
font-size: smaller;
}
.sender {
font-size: smaller;
opacity: 0.8;
}
.title-bar {
position: fixed;
top: 0;

Loading…
Cancel
Save