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 | |
| parent | fix style (diff) | |
| download | misskey-5c51185388ba9e252019a328897c0d2f9f24a149.tar.gz misskey-5c51185388ba9e252019a328897c0d2f9f24a149.tar.bz2 misskey-5c51185388ba9e252019a328897c0d2f9f24a149.zip | |
refactoring
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/components/date-separated-list.vue | 8 | ||||
| -rw-r--r-- | src/client/ui/deck/column.vue | 2 |
2 files changed, 1 insertions, 9 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> diff --git a/src/client/ui/deck/column.vue b/src/client/ui/deck/column.vue index 3fae7c27ee..7a08b65a64 100644 --- a/src/client/ui/deck/column.vue +++ b/src/client/ui/deck/column.vue @@ -1,6 +1,6 @@ <template> <!-- sectionを利用しているのは、deck.vue側でcolumnに対してfirst-of-typeを効かせるため --> -<section class="dnpfarvg _panel _narrow_" :class="{ paged: isMainColumn, naked, _inContainer_: !isMainColumn, active, isStacked, draghover, dragging, dropready }" +<section class="dnpfarvg _panel _narrow_" :class="{ paged: isMainColumn, naked, active, isStacked, draghover, dragging, dropready }" @dragover.prevent.stop="onDragover" @dragleave="onDragleave" @drop.prevent.stop="onDrop" |