mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
added versioning and license info
This commit is contained in:
@@ -232,7 +232,7 @@ export const Footer = styled.div`
|
||||
text-align: center;
|
||||
clear: both;
|
||||
padding-top: .5em;
|
||||
padding-bottom: 5em;
|
||||
padding-bottom: 2em;
|
||||
|
||||
ul {
|
||||
border-top: 1px solid;
|
||||
|
||||
@@ -16,6 +16,13 @@ export const StyledModal = styled(Modal)`
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, .25);
|
||||
}
|
||||
|
||||
#version {
|
||||
font-size: 11px;
|
||||
position: absolute;
|
||||
display: block;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.panel {
|
||||
width: 320px !important;
|
||||
|
||||
Reference in New Issue
Block a user