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
Fixes to notification styling
closed-social-glitch-2
kibi!
6 years ago
parent
b9f4896830
commit
1ee0e91fb6
3 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
app/javascript/flavours/glitch/styles/components/accounts.scss
+1
-1
app/javascript/flavours/glitch/styles/components/index.scss
+1
-1
app/javascript/flavours/glitch/styles/components/status.scss
+ 3
- 3
app/javascript/flavours/glitch/styles/components/accounts.scss
View File
@ -48,6 +48,7 @@
}
.
account__avatar-overlay
{
position
:
relative
;
@include
avatar-size
(
48
px
)
;
&
-base
{
@ -288,9 +289,8 @@
}
.
notification__message
{
margin-left
:
68px
;
padding
:
8px
0
;
padding-bottom
:
0
;
margin-left
:
42px
;
padding
:
8px
0
0
26px
;
cursor
:
default
;
color
:
$
ui-primary-color
;
font-size
:
15px
;
+ 1
- 1
app/javascript/flavours/glitch/styles/components/index.scss
View File
@ -243,7 +243,7 @@
}
.
notification__favourite-icon-wrapper
{
left
:
-26px
;
left
:
0
;
position
:
absolute
;
.
star-icon
{
+ 1
- 1
app/javascript/flavours/glitch/styles/components/status.scss
View File
@ -254,7 +254,7 @@
}
.
notification__message
{
margin
:
-10px
-1
0px
10px
;
margin
:
-10px
0px
10
px
32
px
;
}
}
Write
Preview
Loading…
Cancel
Save