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