kopia lustrzana https://github.com/Aonrud/ila-microblog.pub
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
rodzic
ed723546ab
commit
4f4fa73750
|
@ -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 {
|
||||
|
|
Ładowanie…
Reference in New Issue