Private profile notice
This commit is contained in:
@@ -7,12 +7,13 @@ body
|
||||
font-size: 18px
|
||||
|
||||
.main-divider
|
||||
display: block
|
||||
display: flex
|
||||
flex-direction: column
|
||||
min-height: 100vh
|
||||
|
||||
@media screen and (min-width: $layout-b-min)
|
||||
display: grid
|
||||
grid-template-columns: 235px 1fr
|
||||
min-height: 100vh
|
||||
|
||||
.pfp
|
||||
border-radius: 50%
|
||||
@@ -93,10 +94,16 @@ body
|
||||
|
||||
@media screen and (max-width: $layout-a-max)
|
||||
--image-size: 120px
|
||||
flex: 1
|
||||
|
||||
background-color: $background
|
||||
padding: 15px 15px 40px
|
||||
|
||||
&.no-posts
|
||||
display: flex
|
||||
flex-direction: column
|
||||
justify-content: center
|
||||
|
||||
.page-number
|
||||
color: #444
|
||||
line-height: 1
|
||||
@@ -106,12 +113,6 @@ body
|
||||
text-align: center
|
||||
position: relative
|
||||
|
||||
.number
|
||||
position: relative
|
||||
z-index: 1
|
||||
padding: 10px
|
||||
background-color: $background
|
||||
|
||||
&::before
|
||||
position: absolute
|
||||
display: block
|
||||
@@ -121,6 +122,15 @@ body
|
||||
top: 50%
|
||||
border-top: 1px solid
|
||||
|
||||
|
||||
&:no-posts
|
||||
|
||||
.number
|
||||
position: relative
|
||||
z-index: 1
|
||||
padding: 10px
|
||||
background-color: $background
|
||||
|
||||
.next-page-container
|
||||
margin: 20px 0px
|
||||
display: flex
|
||||
@@ -172,7 +182,6 @@ body
|
||||
display: flex
|
||||
flex-direction: column
|
||||
|
||||
|
||||
.description-section
|
||||
display: grid
|
||||
align-items: start
|
||||
|
||||
Reference in New Issue
Block a user