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
Fix left border of profile navigation tab
closed-social-glitch-2
Thibaut Girka
5 years ago
committed by
ThibG
parent
ab39ffb175
commit
0318b23395
1 changed files
with
4 additions
and
18 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-18
app/javascript/flavours/glitch/styles/components/accounts.scss
+ 4
- 18
app/javascript/flavours/glitch/styles/components/accounts.scss
View File
@ -115,24 +115,6 @@
display
:
flex
;
}
.
account__action-bar-dropdown
{
padding
:
10px
;
.
dropdown--active
{
.
dropdown__content
.
dropdown__right
{
left
:
6px
;
right
:
initial
;
}
&
:
:
after
{
bottom
:
initial
;
margin-left
:
11px
;
margin-top
:
-7px
;
right
:
initial
;
}
}
}
.
account__action-bar-links
{
display
:
flex
;
flex
:
1
1
auto
;
@ -148,6 +130,10 @@
padding
:
10px
0
;
border-bottom
:
4px
solid
transparent
;
&
:
first-child
{
border-left
:
0
;
}
&
.
active
{
border-bottom
:
4px
solid
$
ui-highlight-color
;
}
Write
Preview
Loading…
Cancel
Save