mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-24 23:06:51 +00:00
fix(sns): expand feed viewport height
This commit is contained in:
@@ -11,7 +11,8 @@
|
|||||||
|
|
||||||
.sns-page-layout {
|
.sns-page-layout {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
height: calc(100% + 48px);
|
||||||
|
margin: -24px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: var(--sns-bg-color);
|
background: var(--sns-bg-color);
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -32,7 +33,7 @@
|
|||||||
.sns-feed-container {
|
.sns-feed-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: var(--sns-max-width);
|
max-width: var(--sns-max-width);
|
||||||
padding: 20px 24px 60px 24px;
|
padding: 20px 24px 16px 24px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user