mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
added effect to navbar
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user