Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boke0 committed Mar 24, 2021
1 parent b629c9b commit f8fae30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
7 changes: 4 additions & 3 deletions mitama/portal/static/mitama-style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mitama/portal/static/mitama-style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions scss/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@
}
&.small {
.profile {
grid-template-columns: 32px 1fr;
grid-template-columns: 40px 1fr;
grid-gap: 8px;
.icon {
width: 32px;
height: 32px;
width: 40px;
height: 40px;
border-radius: 16px;
}
.screen-name {
Expand Down

0 comments on commit f8fae30

Please sign in to comment.