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 unread indicator on announcements not being aligned with text in web UI
Port
90f04ea064
to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
closed-social-glitch-2
Eugen Rochko
4 years ago
committed by
Thibaut Girka
parent
e443874024
commit
5f61065e74
1 changed files
with
3 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-4
app/javascript/flavours/glitch/styles/components/announcements.scss
+ 3
- 4
app/javascript/flavours/glitch/styles/components/announcements.scss
View File
@ -84,14 +84,13 @@
&
__unread
{
position
:
absolute
;
top
:
1
5
px
;
right
:
1
5
px
;
display
:
inline-
block
;
top
:
1
9
px
;
right
:
1
9
px
;
display
:
block
;
background
:
$
highlight-text-color
;
border-radius
:
50
%
;
width
:
0
.
625rem
;
height
:
0
.
625rem
;
margin
:
0
.
15em
;
}
}
Write
Preview
Loading…
Cancel
Save