-
Notifications
You must be signed in to change notification settings - Fork 1
Links #70
base: master
Are you sure you want to change the base?
Links #70
Conversation
@VinaiRachakonda UI changes made! |
@@ -55,6 +55,15 @@ export interface CompanyLink { | |||
url?: string; | |||
} | |||
|
|||
export const companyLinkSchema = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is this used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import { | ||
withAC, | ||
ApplicationContainerProps, | ||
} from '../../containers/ApplicationContainer'; | ||
import Comment from './Comment'; | ||
import CommentForm from './CommentForm'; | ||
|
||
const CommentSectionWrapper = styled.div` | ||
margin-top: 15%; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason this is a %? This may get unpredictable. @albertzhidong
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nah we can switch to 15vh -- will do
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mm still not a fan--can we move to ems? It doesn't really make sense to have the padding be a function of vertical space on screen since we scroll vertically imo
adds links and attachment dropdown to company links page