diff --git a/ts/components/CommunicationColumnDetail.vue b/ts/components/CommunicationColumnDetail.vue index fb0bd2b0..d144f5a2 100644 --- a/ts/components/CommunicationColumnDetail.vue +++ b/ts/components/CommunicationColumnDetail.vue @@ -27,17 +27,6 @@ height: 400px; width: 100%; } -.photo-thumbnail { - width: 100px; - height: 100px; - object-fit: cover; - cursor: pointer; - border-radius: 4px; - transition: transform 0.2s; -} -.photo-thumbnail:hover { - transform: scale(1.05); -}