mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add clearfix for virtuoso
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
.thumbnailBig {
|
.thumbnailBig {
|
||||||
|
float: left;
|
||||||
width: var(--width);
|
width: var(--width);
|
||||||
height: var(--height);
|
height: var(--height);
|
||||||
float: left;
|
|
||||||
padding: 3px 20px 5px 0;
|
padding: 3px 20px 5px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbnailSmall {
|
.thumbnailSmall {
|
||||||
|
float: left;
|
||||||
width: var(--width);
|
width: var(--width);
|
||||||
height: var(--height);
|
height: var(--height);
|
||||||
float: left;
|
|
||||||
padding: 3px 10px 5px 5px;
|
padding: 3px 10px 5px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,13 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* clearfix to the container of the floatied elements to contain them */
|
||||||
|
.postDesktop::after {
|
||||||
|
content: "";
|
||||||
|
display: table;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
.postDesktop .hideThread {
|
.postDesktop .hideThread {
|
||||||
background-image: var(--post-hide-button-background-image);
|
background-image: var(--post-hide-button-background-image);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user