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
Update glitch-soc style to match changes to reports UI
Port style changes from
d9b62e34da
closed-social-glitch-2
Thibaut Girka
6 years ago
parent
33c2bbdda7
commit
043a699990
1 changed files
with
35 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+35
-0
app/javascript/flavours/glitch/styles/admin.scss
+ 35
- 0
app/javascript/flavours/glitch/styles/admin.scss
View File
@ -135,6 +135,11 @@
border
:
0
;
border
:
0
;
background
:
transparent
;
background
:
transparent
;
border-bottom
:
1px
solid
$
ui-base-color
;
border-bottom
:
1px
solid
$
ui-base-color
;
&
.
section-break
{
margin
:
30px
0
;
border-bottom
:
2px
solid
$
ui-base-lighter-color
;
}
}
}
.
muted-hint
{
.
muted-hint
{
@ -336,6 +341,36 @@
}
}
}
}
.
report-note__comment
{
margin-bottom
:
20px
;
}
.
report-note__form
{
margin-bottom
:
20px
;
.
report-note__textarea
{
box-sizing
:
border-box
;
border
:
0
;
padding
:
7px
4px
;
margin-bottom
:
10px
;
font-size
:
16px
;
color
:
$
ui-base-color
;
display
:
block
;
width
:
100
%
;
outline
:
0
;
font-family
:
inherit
;
resize
:
vertical
;
}
.
report-note__buttons
{
text-align
:
right
;
}
.
report-note__button
{
margin
:
0
0
5px
5px
;
}
}
.
batch-form-box
{
.
batch-form-box
{
display
:
flex
;
display
:
flex
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
Write
Preview
Loading…
Cancel
Save