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 {
|
||||
float: left;
|
||||
width: var(--width);
|
||||
height: var(--height);
|
||||
float: left;
|
||||
padding: 3px 20px 5px 0;
|
||||
}
|
||||
|
||||
.thumbnailSmall {
|
||||
float: left;
|
||||
width: var(--width);
|
||||
height: var(--height);
|
||||
float: left;
|
||||
padding: 3px 10px 5px 5px;
|
||||
}
|
||||
|
||||
|
||||
@@ -25,6 +25,13 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* clearfix to the container of the floatied elements to contain them */
|
||||
.postDesktop::after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.postDesktop .hideThread {
|
||||
background-image: var(--post-hide-button-background-image);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user