This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Merge upstream styling for public profile endorsements
Port the SCSS part of
f2404de871
to glitch-soc
closed-social-glitch-2
Thibaut Girka
6 years ago
parent
e5a603206d
commit
16a4a333a2
1 changed files
with
32 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+32
-0
app/javascript/flavours/glitch/styles/widgets.scss
+ 32
- 0
app/javascript/flavours/glitch/styles/widgets.scss
View File
@ -71,6 +71,38 @@
}
}
.
endorsements-widget
{
margin-bottom
:
10px
;
padding-bottom
:
10px
;
h4
{
padding
:
10px
;
text-transform
:
uppercase
;
font-weight
:
700
;
font-size
:
13px
;
color
:
$
darker-text-color
;
}
.
account
{
padding
:
10px
0
;
&
:
last-child
{
border-bottom
:
0
;
}
.
account__display-name
{
display
:
flex
;
align-items
:
center
;
}
.
account__avatar
{
width
:
44px
;
height
:
44px
;
background-size
:
44px
44px
;
}
}
}
.
moved-account-widget
{
padding
:
15px
;
padding-bottom
:
20px
;
Write
Preview
Loading…
Cancel
Save