mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat: add christmas theme
This commit is contained in:
@@ -43,6 +43,30 @@
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.xmasHatWrapper {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.xmasHat {
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
top: -80px;
|
||||
left: 0;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.xmasHat {
|
||||
width: 100px;
|
||||
top: -20px;
|
||||
left: -15px;
|
||||
}
|
||||
}
|
||||
|
||||
.xmasHat img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* clearfix to contain float elements */
|
||||
.postDesktop::after {
|
||||
content: "";
|
||||
|
||||
@@ -16,6 +16,7 @@ import styles from './post.module.css';
|
||||
export interface PostProps {
|
||||
index?: number;
|
||||
isHidden?: boolean;
|
||||
hasThumbnail?: boolean;
|
||||
post?: any;
|
||||
postReplyCount?: number;
|
||||
reply?: any;
|
||||
|
||||
Reference in New Issue
Block a user