Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Issue forks
socialbase-3243059
Commits
df70f3b9
Commit
df70f3b9
authored
Aug 31, 2021
by
Agami4
Committed by
navneet0693
Aug 31, 2021
Browse files
Issue
#3230582
by agami4: Revert general styles changes for the iframe except youtube iframe
parent
684109a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/css/fitframe.css
View file @
df70f3b9
...
...
@@ -7,14 +7,4 @@
.iframe-container
iframe
{
max-width
:
100%
!important
;
width
:
100%
!important
;
min-height
:
auto
;
height
:
400px
;
}
@media
(
max-width
:
599px
)
{
.iframe-container
.twitter-tweet
,
.iframe-container
.fb_iframe_widget
,
.iframe-container
iframe
{
height
:
300px
;
}
}
components/02-atoms/iframe/fitframe.scss
View file @
df70f3b9
...
...
@@ -8,12 +8,6 @@
iframe
{
max-width
:
100%
!
important
;
width
:
100%
!
important
;
min-height
:
auto
;
height
:
400px
;
@include
for-phone-only
{
height
:
300px
;
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment