diff options
| author | Pitu <[email protected]> | 2020-12-25 02:08:54 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2020-12-25 02:08:54 +0900 |
| commit | 09d8d02e6c11bb4aea9cd129bf195868bab0738f (patch) | |
| tree | f97c1b51d35c519b7788d38a4cbe3e2799d17c63 /src/site/components/album/AlbumDetails.vue | |
| parent | Remove flexsearch (diff) | |
| download | host.fuwn.me-09d8d02e6c11bb4aea9cd129bf195868bab0738f.tar.xz host.fuwn.me-09d8d02e6c11bb4aea9cd129bf195868bab0738f.zip | |
Cleanup
Diffstat (limited to 'src/site/components/album/AlbumDetails.vue')
| -rw-r--r-- | src/site/components/album/AlbumDetails.vue | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/site/components/album/AlbumDetails.vue b/src/site/components/album/AlbumDetails.vue index f81e257..ef07670 100644 --- a/src/site/components/album/AlbumDetails.vue +++ b/src/site/components/album/AlbumDetails.vue @@ -235,8 +235,7 @@ export default { padding: 2em 0em; .table-wrapper { - -webkit-box-shadow: $boxShadowLight; - box-shadow: $boxShadowLight; + box-shadow: $boxShadowLight; } } } @@ -247,8 +246,7 @@ export default { .b-table { .table-wrapper { - -webkit-box-shadow: $boxShadowLight; - box-shadow: $boxShadowLight; + box-shadow: $boxShadowLight; } } |