Random responsive improvements
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
}
|
||||
|
||||
.follow-sub-container {
|
||||
position: relative;
|
||||
overflow: scroll;
|
||||
border-top: 1px solid #D4D6D8;
|
||||
border-bottom: 1px solid #D4D6D8;
|
||||
@@ -87,15 +88,15 @@
|
||||
}
|
||||
|
||||
.follow-sub-background {
|
||||
position: relative;
|
||||
position: absolute;
|
||||
background-color: #EFEFEF;
|
||||
z-index: 1;
|
||||
border-radius: 38px;
|
||||
width: 77px;
|
||||
height: 659px;
|
||||
height: calc(4vmin + 575px);
|
||||
display: block;
|
||||
top: calc(-100% * 2 - 34px);
|
||||
right: calc(83px - 100%);
|
||||
top: 33px;
|
||||
right: calc(4vmin - 10px);
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1200px) {
|
||||
@@ -120,4 +121,8 @@
|
||||
grid-column: 1 / 4;
|
||||
grid-row: 2;
|
||||
}
|
||||
|
||||
.follow-sub-background {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user