mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
test new virtuoso design for catalogs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user