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
[Glitch] Fix padding on account header
Port
d1c6dd2d27
to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
closed-social-glitch-2
trwnh
4 years ago
committed by
Thibaut Girka
parent
befe8c72dd
commit
50f5254568
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
app/javascript/flavours/glitch/styles/components/accounts.scss
+ 2
- 2
app/javascript/flavours/glitch/styles/components/accounts.scss
View File
@ -605,7 +605,7 @@
&
__tabs
{
display
:
flex
;
align-items
:
flex-start
;
padding
:
7px
5
px
;
padding
:
7px
10
px
;
margin-top
:
-55px
;
&
__buttons
{
@ -627,7 +627,7 @@
}
&
__name
{
padding
:
5px
;
padding
:
5px
10px
;
.
account-role
{
vertical-align
:
top
;
Write
Preview
Loading…
Cancel
Save