mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
upgrade react to v19, migrate from CRA to Vite, add react compiler
This commit is contained in:
@@ -58,11 +58,11 @@
|
||||
}
|
||||
|
||||
.threadIcons .stickyIcon {
|
||||
background-image: url("/public/assets/icons/sticky.gif");
|
||||
background-image: url("/assets/icons/sticky.gif");
|
||||
}
|
||||
|
||||
.threadIcons .closedIcon {
|
||||
background-image: url("/public/assets/icons/closed.gif");
|
||||
background-image: url("/assets/icons/closed.gif");
|
||||
}
|
||||
|
||||
.mediaWrapper {
|
||||
|
||||
Reference in New Issue
Block a user