We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86f1d72 + 29a74f3 commit 05c857eCopy full SHA for 05c857e
src/widget/assets/default-skin.css
@@ -75,12 +75,6 @@
75
.pswp__button--fs {
76
display: none; }
77
78
-.pswp--supports-fs .pswp__button--fs {
79
- display: block; }
80
-
81
-.pswp--fs .pswp__button--fs {
82
- background-position: -44px 0; }
83
84
.pswp__button--zoom {
85
display: none;
86
background-position: -88px 0; }
src/widget/containers/PswpGallery.js
@@ -23,12 +23,6 @@ const PswpGallery = () => (
23
type="button"
24
/>
25
26
- <button
27
- className="pswp__button pswp__button--fs"
28
- title="Toggle fullscreen"
29
- type="button"
30
- />
31
32
<button className="pswp__button pswp__button--zoom" title="Zoom in/out" type="button" />
33
34
<div className="pswp__preloader">
0 commit comments