feat: give attachments same width as note text by using indent for icon

Pushes the attachment box with the paperclip icon out so the content and not the container are aligned with the note text.
ila
Aonrud 2023-03-02 11:53:28 +00:00
rodzic ed723546ab
commit 4f4fa73750
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -254,8 +254,9 @@ header.microblog {
.activity-attachment {
position: relative;
display: flex;
padding-left: 50px;
max-width: 100%;
padding-left: 65px;
margin-left: -65px;
max-width: calc(100% + 65px);
flex-wrap: wrap;
&.single {
.attachment-item, .attachment-wrapper {