This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix broken style when follower has long description (
#2159
)
closed-social-v3
fsubal
7 years ago
committed by
Eugen
parent
baabbce672
commit
abe16a7026
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
app/assets/stylesheets/accounts.scss
+ 2
- 3
app/assets/stylesheets/accounts.scss
View File
@ -237,13 +237,14 @@
}
.
accounts-grid
{
clear
:
both
;
box-shadow
:
0
0
15px
rgba
(
$
color8
,
0
.
2
)
;
background
:
$
color5
;
border-radius
:
0
0
4px
4px
;
padding
:
20px
10px
;
padding-bottom
:
10px
;
overflow
:
hidden
;
display
:
flex
;
flex-wrap
:
wrap
;
@media
screen
and
(
max-width
:
700
px
)
{
border-radius
:
0
;
@ -253,11 +254,9 @@
.
account-grid-card
{
box-sizing
:
border-box
;
width
:
335px
;
float
:
left
;
border
:
1px
solid
$
color2
;
border-radius
:
4px
;
color
:
$
color1
;
height
:
160px
;
margin-bottom
:
10px
;
&
:
nth-child
(
odd
)
{
Write
Preview
Loading…
Cancel
Save