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
Port SCSS changes from
85bb32c410
closed-social-glitch-2
Thibaut Girka
6 years ago
committed by
ThibG
parent
77e7da7d0d
commit
4b29a41f1d
1 changed files
with
8 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-4
app/javascript/flavours/glitch/styles/stream_entries.scss
+ 8
- 4
app/javascript/flavours/glitch/styles/stream_entries.scss
View File
@ -37,7 +37,8 @@
&
:
last-child
{
.
detailed-status
,
.
status
{
.
status
,
.
load-more
{
border-bottom
:
0
;
border-radius
:
0
0
4px
4px
;
}
@ -45,13 +46,15 @@
&
:
first-child
{
.
detailed-status
,
.
status
{
.
status
,
.
load-more
{
border-radius
:
4px
4px
0
0
;
}
&
:
last-child
{
.
detailed-status
,
.
status
{
.
status
,
.
load-more
{
border-radius
:
4px
;
}
}
@ -59,7 +62,8 @@
@media
screen
and
(
max-width
:
740
px
)
{
.
detailed-status
,
.
status
{
.
status
,
.
load-more
{
border-radius
:
0
!
important
;
}
}
Write
Preview
Loading…
Cancel
Save