fix log sitename bug in list page

#225
This commit is contained in:
zzossig 2020-03-09 19:01:58 +09:00
parent e1c9b5f399
commit 348906d207
2 changed files with 3 additions and 2 deletions

View File

@ -4,9 +4,9 @@
padding: 0.5rem;
border-radius: 0.25rem;
padding: auto;
min-width: 0;
font-family: $title-font;
@include truncate($grid_max_width + $grid_max_unit);
@include themify($themes) {
background-color: themed('breadcrumb-background-color');
}
@ -19,6 +19,7 @@
li {
display: inline;
font-size: 0.9rem;
@include truncate2(150px);
a {
@include themify($themes) {