Shrink some styles
Group update font and sender names should be smaller.
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user