Last active
November 16, 2022 06:06
-
-
Save gomasy/ceeeaf64db1db2a0ba6b66c78c9a18af to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.status__wrapper .status { | |
padding: 8px 10px 8px 8px; | |
} | |
.status__wrapper .status__content { | |
line-height: 20px; | |
margin-left: 56px; | |
margin-top: -34px; | |
} | |
.status__wrapper .status .display-name { | |
display: flex; | |
font-size: 14px; | |
} | |
.status__wrapper .status .display-name > bdi { | |
margin-right: 5px; | |
overflow: initial; | |
} | |
.status__wrapper .status .status__display-name { | |
align-items: initial; | |
} | |
.status__wrapper .status-card { | |
margin-left: 56px; | |
} | |
.status__wrapper .media-gallery { | |
width: calc(100% - 56px); | |
margin-left: 56px; | |
} | |
.status__wrapper .attachment-list { | |
margin-left: 56px; | |
} | |
.status__wrapper .status__action-bar { | |
justify-content: initial; | |
margin-top: 8px; | |
margin-left: 56px; | |
} | |
.status__wrapper .status__action-bar button:nth-of-type(4), .status__action-bar button:nth-of-type(5) { | |
display: none; | |
} | |
.status__wrapper .status__relative-time { | |
font-size: 14px; | |
line-height: 16px; | |
} | |
.detailed-status__wrapper .detailed-status { | |
padding: 14px 10px; | |
} | |
.navigation-bar, .compose-form { | |
padding: 14px 10px; | |
} | |
.column .account { | |
padding: 10px; | |
} | |
.column .account .account__avatar-wrapper { | |
margin-left: 12px; | |
margin-right: 2px; | |
} | |
.column .account .account__avatar-wrapper .account__avatar { | |
width: 36px !important; | |
height: 36px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment