@ -3966,41 +3966,10 @@ noscript {
}
}
. embed-modal__html {
color : $ui-secondary-color ;
outline : 0 ;
box-sizing : border-box ;
display : block ;
width : 100 % ;
border : none ;
padding : 10 px ;
font-family : ' mastodon-font-monospace ' , monospace ;
background : $ui-base-color ;
color : $ui-primary-color ;
font-size : 14 px ;
margin : 0 ;
margin-bottom : 15 px ;
& : : -moz-focus-inner {
border : 0 ;
}
& : :- moz-focus-inner ,
& : focus ,
& : active {
outline : 0 !important ;
}
& : focus {
background : lighten ( $ui-base-color , 4 % ) ;
}
@media screen and ( max-width : 600 px ) {
font-size : 16 px ;
}
}
. embed-modal {
max-width : 80 vw ;
max-height : 80 vh ;
h4 {
padding : 30 px ;
font-weight : 500 ;
@ -4008,18 +3977,52 @@ noscript {
text-align : center ;
}
. hint {
margin-bottom : 15 px ;
}
}
. embed-modal__container {
padding : 10 px ;
. embed-modal__container {
padding : 10 px ;
}
. hint {
margin-bottom : 15 px ;
}
. embed-modal__iframe {
width : 100 % ;
min-width : 400 px ;
overflow : hidden ;
border : 0 ;
. embed-modal__html {
color : $ui-secondary-color ;
outline : 0 ;
box-sizing : border-box ;
display : block ;
width : 100 % ;
border : none ;
padding : 10 px ;
font-family : ' mastodon-font-monospace ' , monospace ;
background : $ui-base-color ;
color : $ui-primary-color ;
font-size : 14 px ;
margin : 0 ;
margin-bottom : 15 px ;
& : : -moz-focus-inner {
border : 0 ;
}
& : :- moz-focus-inner ,
& : focus ,
& : active {
outline : 0 !important ;
}
& : focus {
background : lighten ( $ui-base-color , 4 % ) ;
}
@media screen and ( max-width : 600 px ) {
font-size : 16 px ;
}
}
. embed-modal__iframe {
width : 400 px ;
max-width : 100 % ;
overflow : hidden ;
border : 0 ;
}
}
}