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] Add "why do you want to join" field to invite requests
Port SCSS changes from
8b69a66380
to glitch-soc
closed-social-glitch-2
Eugen Rochko
5 years ago
committed by
Thibaut Girka
parent
5085559b15
commit
fa4b51a110
2 changed files
with
35 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+26
-0
app/javascript/flavours/glitch/styles/accounts.scss
+9
-0
app/javascript/flavours/glitch/styles/widgets.scss
+ 26
- 0
app/javascript/flavours/glitch/styles/accounts.scss
View File
@ -294,3 +294,29 @@
.
directory__tag
.
trends__item__current
{
width
:
auto
;
}
.
pending-account
{
&
__header
{
color
:
$
darker-text-color
;
a
{
color
:
$
ui-secondary-color
;
text-decoration
:
none
;
&
:
hover
,
&
:
active
,
&
:
focus
{
text-decoration
:
underline
;
}
}
strong
{
color
:
$
primary-text-color
;
font-weight
:
700
;
}
}
&
__body
{
margin-top
:
10px
;
}
}
+ 9
- 0
app/javascript/flavours/glitch/styles/widgets.scss
View File
@ -377,6 +377,10 @@
border
:
0
;
}
strong
{
font-weight
:
700
;
}
thead
th
{
text-align
:
center
;
text-transform
:
uppercase
;
@ -414,6 +418,11 @@
}
}
&
__comment
{
width
:
50
%
;
vertical-align
:
initial
!
important
;
}
@media
screen
and
(
max-width
:
$no-gap-breakpoint
)
{
tbody
td
.
optional
{
display
:
none
;
Write
Preview
Loading…
Cancel
Save