Shrink some styles
Group update font and sender names should be smaller.
This commit is contained in:
parent
d107c3b839
commit
374fa044af
2 changed files with 16 additions and 0 deletions
|
@ -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…
Reference in a new issue