Float tags to the end of post card
This commit is contained in:
@ -42,6 +42,7 @@
|
||||
box-shadow: var(--edge-highlight);
|
||||
border-radius: var(--rounded-corner);
|
||||
border-top-right-radius: 2.125rem;
|
||||
border-bottom-right-radius: 1.8125rem;
|
||||
background-color: var(--yellow-bg);
|
||||
padding: 1rem;
|
||||
overflow: hidden;
|
||||
@ -106,6 +107,9 @@
|
||||
:root[dir*="rtl"] & {
|
||||
border-top-right-radius: var(--rounded-corner);
|
||||
border-top-left-radius: 2.125rem;
|
||||
border-bottom-right-radius: var(--rounded-corner);
|
||||
border-bottom-left-radius: 1.8125rem;
|
||||
|
||||
|
||||
&:hover::before {
|
||||
transform: translateY(-50%) rotate(-62deg) scale(1.5);
|
||||
@ -174,6 +178,10 @@
|
||||
background-color: var(--yellow-fg);
|
||||
}
|
||||
}
|
||||
|
||||
.tags {
|
||||
float: inline-end;
|
||||
}
|
||||
}
|
||||
|
||||
hr:last-of-type {
|
||||
|
Reference in New Issue
Block a user