mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
added image box shadow
This commit is contained in:
parent
35210c1d59
commit
25a59bf944
2 changed files with 3 additions and 2 deletions
|
@ -81,8 +81,7 @@ const PhotoSwipeUnconnected: FC<Props> = ({ photoswipe, modalSetShown }) => {
|
|||
<div className={classNames('pswp__top-bar', styles.bar)}>
|
||||
<div className="pswp__counter" />
|
||||
<button className="pswp__button pswp__button--close" title="Close (Esc)" />
|
||||
<button className="pswp__button pswp__button--fs" title="Toggle fullscreen" />
|
||||
<button className="pswp__button pswp__button--zoom" title="Zoom in/out" />
|
||||
|
||||
<div className="pswp__preloader">
|
||||
<div className="pswp__preloader__icn">
|
||||
<div className="pswp__preloader__cut">
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
.wrap {
|
||||
:global(.pswp__img) {
|
||||
border-radius: $radius;
|
||||
|
||||
@include outer_shadow();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue