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
Added extra clickable area in status gutter
closed-social-glitch-2
Ondřej Hruška
7 years ago
committed by
beatrix
parent
667b567606
commit
945c5812d3
1 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
app/javascript/styles/components.scss
+ 13
- 0
app/javascript/styles/components.scss
View File
@ -421,6 +421,19 @@
cursor
:
pointer
;
}
/
/
Extra
clickable
area
in
the
status
gutter
@media
screen
and
(
min-width
:
1024
px
)
{
.
status__content--with-action
>
div
:
:
after
{
content
:
'
'
;
display
:
block
;
width
:
68px
;
height
:
calc
(
100
%
+
10px
)
;
position
:
absolute
;
left
:
-68px
;
bottom
:
-40px
;
}
}
.
status__content
,
.
reply-indicator__content
{
position
:
relative
;
Write
Preview
Loading…
Cancel
Save