Adjustment header height in toolbar popup
This commit is contained in:
parent
84bdaff6a8
commit
5a1794550e
|
@ -35,17 +35,17 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#title {
|
#title {
|
||||||
font-size: 17px;
|
font-size: 15px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #666;
|
color: #666;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
#setting {
|
#setting {
|
||||||
height: 20px;
|
height: 17px;
|
||||||
width: 20px;
|
width: 17px;
|
||||||
background-image: url("/icons/setting.png");
|
background-image: url("/icons/setting.png");
|
||||||
background-size: 20px;
|
background-size: 17px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue