test new virtuoso design for catalogs

This commit is contained in:
plebeius.eth
2023-08-04 21:33:51 +02:00
parent 7311ad027e
commit 25e277c6c3
6 changed files with 1193 additions and 1051 deletions
@@ -1,5 +1,6 @@
import styled from 'styled-components';
// TODO: remove GridContainer when updating other catalogs
export const GridContainer = styled.div`
display: flex;
flex-wrap: wrap;
@@ -14,7 +15,7 @@ export const Threads = styled.div`
.thread {
width: 180px;
height: 320px;
max-height: 320px;
vertical-align: top;
display: inline-block;
word-wrap: break-word;
@@ -211,6 +212,10 @@ export const PostMenuCatalog = styled.div`
background-color: #1d1d21 !important;
border: 1px solid #111 !important;
}
.catalog-media-wrapper {
background-color: rgba(255, 255, 255, 0.01) !important;
}
.post-menu-catalog {
border: 1px solid #000;