mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 23:11:44 +08:00
Fix Prettier
This commit is contained in:
parent
16982d2a69
commit
6834b0a4ba
|
@ -472,12 +472,12 @@ body.wizard {
|
||||||
.popular-themes {
|
.popular-themes {
|
||||||
display: flex;
|
display: flex;
|
||||||
a.popular-theme-item {
|
a.popular-theme-item {
|
||||||
background: #F9F9F9;
|
background: #f9f9f9;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
margin: 0px 4px;
|
margin: 0px 4px;
|
||||||
width: 25%;
|
width: 25%;
|
||||||
&:hover {
|
&:hover {
|
||||||
background: #F3F3F3;
|
background: #f3f3f3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -614,7 +614,8 @@ body.wizard {
|
||||||
.popular-themes {
|
.popular-themes {
|
||||||
a.popular-theme-item {
|
a.popular-theme-item {
|
||||||
width: 33.3%;
|
width: 33.3%;
|
||||||
&:nth-child(4), &:nth-child(5) {
|
&:nth-child(4),
|
||||||
|
&:nth-child(5) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user