diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-18 11:55:44 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-18 11:55:44 +0900 |
| commit | 5c51185388ba9e252019a328897c0d2f9f24a149 (patch) | |
| tree | 3710efd62983e1c5d1957ecef97564146c961446 /src/client/components/date-separated-list.vue | |
| parent | fix style (diff) | |
| download | misskey-5c51185388ba9e252019a328897c0d2f9f24a149.tar.gz misskey-5c51185388ba9e252019a328897c0d2f9f24a149.tar.bz2 misskey-5c51185388ba9e252019a328897c0d2f9f24a149.zip | |
refactoring
Diffstat (limited to 'src/client/components/date-separated-list.vue')
| -rw-r--r-- | src/client/components/date-separated-list.vue | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/client/components/date-separated-list.vue b/src/client/components/date-separated-list.vue index 012ed42385..0f2823d392 100644 --- a/src/client/components/date-separated-list.vue +++ b/src/client/components/date-separated-list.vue @@ -171,12 +171,4 @@ export default defineComponent({ } } } - -._inContainer_ .sqadhkmv > * { - margin: 0 !important; - border: none; - border-bottom: solid 0.5px var(--divider); - border-radius: 0; - box-shadow: none; -} </style> |