.nav-link-text { vertical-align: middle; } .nav-link-icon { opacity: .5; transition: opacity 150ms; } .nav-link:hover .nav-link-icon { opacity: .75; } .tos { background: #e8e8e8; padding: 10px 20px; border-radius: 5px; text-align: left !important; } .plural-on { display: none; } #profile-picture, .member-small-pp { border-radius: 100%; width: 48px; height: 48px; background: black; vertical-align: middle; } .member-small-pp { width: 24px; height: 24px; } #profile-name { vertical-align: middle; } .post-author { vertical-align: middle; } #profile-add { vertical-align: middle; float: right; margin-top: 10px; } #post-modal-actions { margin-left: auto; width: max-content; } #post-modal-text, #editor-text { resize: none; } .manage-post { display: inline-block; float: right; } .comments, .favorite, .unfavorite { display: inline-block; padding-right: 10px; cursor: pointer; } .cursor-pointer { cursor: pointer; } .unfavorite { display: none; } #profile-verified { vertical-align: middle; margin-top: 5px; } #profile-status { height: 24px; } .comments:hover, .favorite:hover { opacity: .75; } .comments:active, .favorite:active { opacity: .5; }