mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
make bar and bullet drop-down cat fullwidth
This commit is contained in:
parent
a890d45cb6
commit
42f252d3ba
3 changed files with 5 additions and 6 deletions
|
@ -9,9 +9,6 @@
|
|||
|
||||
.badge-wrapper {
|
||||
float: left;
|
||||
&.bullet {
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -189,13 +189,15 @@
|
|||
}
|
||||
.badge-wrapper {
|
||||
&.bar {
|
||||
margin: 5px 0;
|
||||
padding: 5px 0;
|
||||
width: 100%;
|
||||
.badge-category {
|
||||
max-width: 100px;
|
||||
}
|
||||
}
|
||||
&.bullet {
|
||||
margin: 5px;
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
.badge-category {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
|
|
@ -507,7 +507,7 @@ video {
|
|||
.extra-info-wrapper {
|
||||
overflow: hidden;
|
||||
|
||||
.star, .badge-wrapper, i, .topic-link:not(.loading) {
|
||||
.badge-wrapper, i, .topic-link {
|
||||
-webkit-animation: fadein .7s;
|
||||
animation: fadein .7s;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue