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] Allow modal secondary button to shrink and allow wider confirmation modals
Port
7f75792bf3
to glitch-soc
closed-social-glitch-2
Thibaut Girka
5 years ago
parent
268417daf3
commit
8b7b65e995
1 changed files
with
4 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-8
app/javascript/flavours/glitch/styles/components/modal.scss
+ 4
- 8
app/javascript/flavours/glitch/styles/components/modal.scss
View File
@ -488,14 +488,6 @@
font-size
:
14px
;
}
.
confirmation-modal
{
max-width
:
85vw
;
@media
screen
and
(
min-width
:
480
px
)
{
max-width
:
380px
;
}
}
.
mute-modal
{
line-height
:
24px
;
}
@ -685,6 +677,10 @@
color
:
darken
(
$
lighter-text-color
,
4
%
)
;
}
}
.
confirmation-modal__secondary-button
{
flex-shrink
:
1
;
}
}
.
confirmation-modal__do_not_ask_again
{
Write
Preview
Loading…
Cancel
Save