020620 general layout and css improvements.
This commit is contained in:
@ -84,7 +84,7 @@ input[type="checkbox"]:checked+label {
|
||||
}
|
||||
|
||||
.side_element {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
background-color: rgba(255, 255, 255, 0.0);
|
||||
/* box-shadow: 1px 1px 1px black; */
|
||||
color: lightgray;
|
||||
}
|
||||
|
@ -584,6 +584,11 @@ aside {
|
||||
border-bottom:1px dotted #aaa;
|
||||
}
|
||||
|
||||
.reply .postMenu {
|
||||
margin-right:15px !important;
|
||||
margin-top:1px !important;
|
||||
}
|
||||
|
||||
.replyflex {
|
||||
flex: 6 !important;
|
||||
}
|
||||
|
@ -542,6 +542,7 @@ aside {
|
||||
display: inline-block;
|
||||
margin:0px !important;
|
||||
text-align: left;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.post_footer {
|
||||
|
Reference in New Issue
Block a user