Shrink some styles

Group update font and sender names should be smaller.
This commit is contained in:
lilia 2015-01-29 02:34:31 -10:00
parent d107c3b839
commit 374fa044af
2 changed files with 16 additions and 0 deletions

View file

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

View file

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