調整に調整

This commit is contained in:
Your Name 2018-10-27 13:18:52 +09:00
parent c8b7e3b70f
commit 6dfbf18b44
2 changed files with 2 additions and 2 deletions

View File

@ -1141,7 +1141,7 @@ img.mail-conv-sender-photo {
width: $top_photo;
height: $top_photo;
border: none;
border-radius: $radius;
border-radius: 50px;
box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
}

View File

@ -7,6 +7,6 @@
if (! $nav_active_icon_colour)
$nav_active_icon_colour = "rgba(0, 0, 0, 0.7)";
if (! $radius)
$radius = "50px";
$radius = "4px";
if (! $banner_colour)
$banner_colour = "rgba(0, 0, 0, 0.7)";