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 SCSS
closed-social-glitch-2
imncls
6 years ago
parent
7bff3243ae
commit
f2f19e1f8a
No known key found for this signature in database
GPG Key ID:
18FE1E1E7098294A
3 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/flavours/glitch/styles/about.scss
+1
-0
app/javascript/flavours/glitch/styles/basics.scss
+1
-0
app/javascript/flavours/glitch/styles/components/columns.scss
+ 1
- 1
app/javascript/flavours/glitch/styles/about.scss
View File
@ -722,10 +722,10 @@ $small-breakpoint: 960px;
color
:
inherit
;
font-family
:
inherit
;
font-size
:
16px
;
padding
:
15px
;
line-height
:
inherit
;
font-weight
:
inherit
;
margin
:
0
;
padding
:
0
;
}
.
column
{
+ 1
- 0
app/javascript/flavours/glitch/styles/basics.scss
View File
@ -118,5 +118,6 @@ button {
height
:
100
%
;
align-items
:
center
;
justify-content
:
center
;
outline
:
0
!
important
;
}
}
+ 1
- 0
app/javascript/flavours/glitch/styles/components/columns.scss
View File
@ -243,6 +243,7 @@
.
column-header
{
display
:
flex
;
font-size
:
16px
;
padding
:
15px
;
background
:
lighten
(
$
ui-base-color
,
4
%
)
;
flex
:
0
0
auto
;
cursor
:
pointer
;
Write
Preview
Loading…
Cancel
Save