fix chat button alignment and remove useless condition for old button
This commit is contained in:
parent
3d98a3f597
commit
5f9c457bbd
2 changed files with 6 additions and 7 deletions
|
|
@ -31,6 +31,9 @@ a:hover {
|
|||
text-decoration-style: wavy;
|
||||
text-decoration-color: unset;
|
||||
}
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
// Buttons
|
||||
|
||||
|
|
@ -163,7 +166,7 @@ a:hover {
|
|||
// Content Author
|
||||
#author {
|
||||
flex: 0 0 280px;
|
||||
margin: 20px;
|
||||
margin: 0;
|
||||
.date {
|
||||
font-size:.85em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue