mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix style
This commit is contained in:
parent
84f16fe8ab
commit
2399ebc1fc
@ -46,8 +46,7 @@
|
||||
|
||||
.content {
|
||||
display: flex;
|
||||
fle
|
||||
x-direction: column;
|
||||
flex-direction: column;
|
||||
align-self: flex-end;
|
||||
|
||||
width: 100%;
|
||||
@ -63,6 +62,8 @@
|
||||
font-weight: 700;
|
||||
font-family: "Space Grotesk", sans-serif;
|
||||
|
||||
color: inherit;
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
text-overflow: ellipsis;
|
||||
@ -73,6 +74,8 @@
|
||||
font-size: 0.8rem;
|
||||
font-weight: 400;
|
||||
|
||||
color: inherit;
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
text-overflow: ellipsis;
|
||||
@ -92,5 +95,9 @@
|
||||
right: 0;
|
||||
|
||||
padding: 10px;
|
||||
|
||||
svg, span {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user