Adjustment header height in toolbar popup

This commit is contained in:
sienori 2017-12-25 02:34:38 +09:00
parent 84bdaff6a8
commit 5a1794550e

View file

@ -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;
}