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 styling of display names in public pages
closed-social-glitch-2
Thibaut Girka
6 years ago
committed by
ThibG
parent
a78ec63afa
commit
b3c1380980
1 changed files
with
4 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-6
app/javascript/flavours/glitch/styles/stream_entries.scss
+ 4
- 6
app/javascript/flavours/glitch/styles/stream_entries.scss
View File
@ -175,12 +175,6 @@
.
embed
,
.
public-layout
{
.
status
{
.
status__info
.
status__display-name
{
display
:
block
;
max-width
:
100
%
;
padding-right
:
25px
;
}
.
status__info
{
font-size
:
15px
;
display
:
initial
;
@ -200,6 +194,10 @@
max-width
:
100
%
;
padding-right
:
25px
;
margin
:
initial
;
.
display-name
strong
{
display
:
inline
;
}
}
.
status__avatar
{
Write
Preview
Loading…
Cancel
Save