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] Fix upload area display in single-column mode
Port
54e798a5a0
to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
closed-social-glitch-2
Claire
1 year ago
parent
3074338d79
commit
cf3ad10e75
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
app/javascript/flavours/glitch/styles/components/index.scss
+ 3
- 3
app/javascript/flavours/glitch/styles/components/index.scss
View File
@ -1585,14 +1585,14 @@ button.icon-button.active i.fa-retweet {
align-items
:
center
;
background
:
rgba
(
$
base-overlay-background
,
0
.
8
)
;
display
:
flex
;
height
:
100
%
;
height
:
100
vh
;
justify-content
:
center
;
left
:
0
;
opacity
:
0
;
position
:
absolute
;
position
:
fixed
;
top
:
0
;
visibility
:
hidden
;
width
:
100
%
;
width
:
100
vw
;
z-index
:
2000
;
*
{
Write
Preview
Loading…
Cancel
Save