added effect to navbar

This commit is contained in:
plebbitor
2023-02-24 20:57:51 +01:00
parent da1d9fe976
commit 67737f8a9e
5 changed files with 59 additions and 9 deletions
+1
View File
@@ -47,6 +47,7 @@ export const NavBar = styled.div`
z-index: 9001;
display: block !important;
clear: left !important;
transition: top 0.3s ease-in-out;
}
.board-select {
+10 -6
View File
@@ -17,12 +17,12 @@ export const ReplyFormLink = styled.div`
}
#post-form-link-mobile {
margin: 11px 0;
font-size: 13px;
text-align: center;
font-weight: 700;
display: block !important;
padding-top: 10px;
margin: 11px 0;
font-size: 13px;
text-align: center;
font-weight: 700;
display: block !important;
padding-top: 10px;
}
#return-button-mobile, #catalog-button-mobile, #bottom-button-mobile, #bottom-bar-top {
@@ -38,6 +38,10 @@ export const ReplyFormLink = styled.div`
#btns-container {
text-align: center;
}
.bottom-bar-top {
}
}
${({ selectedStyle }) => {