Skip to content
Snippets Groups Projects
Commit 5d72b922 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Improving account grid cards layout for longer usernames and notes

parent 71ae4dd3
No related branches found
No related tags found
No related merge requests found
......@@ -227,9 +227,12 @@
}
.name {
width: 333-20-60-15px;
float: left;
padding-top: 10px;
a {
display: block;
color: #282c37;
text-decoration: none;
......
......@@ -5,4 +5,4 @@
= link_to url_for_target(account) do
%span.display_name= display_name(account)
%span.username= "@#{account.acct}"
%p.note= account.note
%p.note= truncate(account.note, length: 124)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment