mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix Virtuoso margin, increaseViewportBy flicker
This commit is contained in:
@@ -1560,7 +1560,8 @@ export const TopBar = styled.div`
|
||||
|
||||
export const BoardForm = styled.div`
|
||||
@media (min-width: 480px) {
|
||||
margin-bottom: 25px;
|
||||
margin-bottom: 130px;
|
||||
|
||||
.thread-mobile {
|
||||
display: none;
|
||||
}
|
||||
@@ -2928,6 +2929,7 @@ export const BoardForm = styled.div`
|
||||
|
||||
@media (max-width: 480px) {
|
||||
margin-top: -5%;
|
||||
margin-bottom: 335px;
|
||||
|
||||
.thread {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user