mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: mentions in category boxes are too big
This commit is contained in:
parent
0e0092d738
commit
bca678ee5a
1 changed files with 6 additions and 6 deletions
|
@ -62,6 +62,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.no-logos {
|
||||||
|
.category-box .category-box-inner > a {
|
||||||
|
padding: 3em 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.category-box-heading {
|
.category-box-heading {
|
||||||
padding: 1em 1em 0 1em;
|
padding: 1em 1em 0 1em;
|
||||||
}
|
}
|
||||||
|
@ -86,12 +92,6 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.no-logos {
|
|
||||||
.category-box a {
|
|
||||||
padding: 3em 1em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.category-boxes-with-topics {
|
.category-boxes-with-topics {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue