mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-04-30 19:19:29 +08:00
cleaned up scss
This commit is contained in:
parent
6d7a6ddb0e
commit
9829f86f03
1 changed files with 8 additions and 2 deletions
|
@ -302,6 +302,7 @@
|
|||
position: relative;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: left;
|
||||
margin-top: var(--status-margin, $status-margin);
|
||||
|
||||
> * {
|
||||
|
@ -310,12 +311,17 @@
|
|||
}
|
||||
|
||||
.FavoriteButton, .RetweetButton {
|
||||
max-width: 5em;
|
||||
max-width: 4.5em;
|
||||
flex: 2;
|
||||
}
|
||||
|
||||
.QuoteButton {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.ReactButton > button {
|
||||
margin-left: 5%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue