mirror of
https://github.com/plebbit/seedit.git
synced 2026-05-19 14:19:24 -04:00
update styling
This commit is contained in:
@@ -51,6 +51,10 @@
|
||||
.reducedHeight {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.reduceSubmitPageHeight {
|
||||
margin-bottom: -15px;
|
||||
}
|
||||
}
|
||||
|
||||
.increasedHeight {
|
||||
|
||||
@@ -371,7 +371,11 @@ const Header = () => {
|
||||
|
||||
return (
|
||||
<div className={styles.header}>
|
||||
<div className={`${styles.container} ${hasFewTabs && styles.reducedHeight} ${hasStickyHeader && styles.increasedHeight}`}>
|
||||
<div
|
||||
className={`${styles.container} ${hasFewTabs && styles.reducedHeight} ${isInSubmitView && !isInSubplebbitView && isMobile && styles.reduceSubmitPageHeight} ${
|
||||
hasStickyHeader && styles.increasedHeight
|
||||
}`}
|
||||
>
|
||||
<div className={styles.logoContainer}>
|
||||
<Link to={logoLink} className={styles.logoLink}>
|
||||
{(logoIsAvatar || (!isInSubplebbitView && !isInProfileView && !isInAuthorView)) && (
|
||||
|
||||
Reference in New Issue
Block a user