Improve styling of post controls
This commit is contained in:
parent
f41af48bb0
commit
27ec45b812
1 changed files with 21 additions and 4 deletions
|
|
@ -127,14 +127,31 @@
|
|||
}
|
||||
|
||||
.post .controls {
|
||||
margin: 18px 0 0;
|
||||
margin: 24px 0 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.post .controls .control-element {
|
||||
margin: .24rem;
|
||||
.post .controls .control-element a {
|
||||
padding: 6px;
|
||||
margin: 0 0 6px 6px;
|
||||
background: #f5e6ab;
|
||||
color: #444;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
.post .controls {
|
||||
display: flex;
|
||||
justify-content: end
|
||||
}
|
||||
|
||||
.post .controls .control-element a {
|
||||
margin: 0 0 0 12px;
|
||||
}
|
||||
}
|
||||
|
||||
code {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue