no message
This commit is contained in:
parent
4d17285ca1
commit
c907f487f5
@ -123,7 +123,8 @@ body {
|
|||||||
color: #7f7f7f;
|
color: #7f7f7f;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
flex-wrap: wrap;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
.tag .tag-item.gray {
|
.tag .tag-item.gray {
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
|
@ -139,7 +139,9 @@ body {
|
|||||||
color: #7f7f7f;
|
color: #7f7f7f;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
flex-wrap: wrap;
|
// flex-wrap: wrap;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
&.gray {
|
&.gray {
|
||||||
background-color: rgba(51, 51, 51, 1);
|
background-color: rgba(51, 51, 51, 1);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
Loading…
Reference in New Issue
Block a user