Add support for stars plugin in placeholder

This commit is contained in:
linguist
2021-01-03 18:34:26 +01:00
parent 2186611784
commit 758ebfd9cf
3 changed files with 16 additions and 6 deletions

View File

@@ -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;
}