Add support for stars plugin in placeholder
This commit is contained in:
@@ -35,9 +35,10 @@
|
||||
nav {
|
||||
display: flex;
|
||||
border-bottom: 1px solid var(--color-border-secondary);
|
||||
margin: 32px 0 24px;
|
||||
overflow: auto;
|
||||
}
|
||||
nav .tab {
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 8px 16px;
|
||||
@@ -274,7 +275,7 @@
|
||||
}
|
||||
|
||||
/* Media screen */
|
||||
@media only screen and (min-width: 700px) {
|
||||
@media only screen and (min-width: 860px) {
|
||||
.left {
|
||||
width: 25%;
|
||||
margin: 0 8px;
|
||||
@@ -282,6 +283,9 @@
|
||||
.right {
|
||||
width: 0%;
|
||||
}
|
||||
nav {
|
||||
margin: 32px 0 24px;
|
||||
}
|
||||
nav .left {
|
||||
display: block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user