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
Minor CSS fixes
closed-social-glitch-2
Thibaut Girka
5 years ago
parent
ccf4f3240a
commit
373dd1fdf1
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
app/javascript/flavours/glitch/styles/components/index.scss
+1
-2
app/javascript/flavours/glitch/styles/components/sensitive.scss
+ 2
- 1
app/javascript/flavours/glitch/styles/components/index.scss
View File
@ -1074,11 +1074,12 @@
z-index
:
100
;
&
--minified
{
display
:
block
;
display
:
flex
;
left
:
4px
;
top
:
4px
;
width
:
auto
;
height
:
auto
;
align-items
:
center
;
}
&
--hidden
{
+ 1
- 2
app/javascript/flavours/glitch/styles/components/sensitive.scss
View File
@ -9,13 +9,12 @@
}
.
sensitive-marker
{
margin
:
0
3px
;
border-radius
:
2px
;
padding
:
2px
6px
;
color
:
rgba
(
$
primary-text-color
,
0
.
8
)
;
background
:
rgba
(
$
base-overlay-background
,
0
.
5
)
;
font-size
:
12px
;
line-height
:
1
5
px
;
line-height
:
1
8
px
;
text-transform
:
uppercase
;
opacity
:
.
9
;
transition
:
opacity
.
1s
ease
;
Write
Preview
Loading…
Cancel
Save