020620 general layout and css improvements.

This commit is contained in:
Daisuke
2020-06-02 17:37:50 -05:00
parent 153cee6105
commit d25fbc8bea
10 changed files with 1802 additions and 551 deletions

View File

@ -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;
}

View File

@ -584,6 +584,11 @@ aside {
border-bottom:1px dotted #aaa;
}
.reply .postMenu {
margin-right:15px !important;
margin-top:1px !important;
}
.replyflex {
flex: 6 !important;
}

View File

@ -542,6 +542,7 @@ aside {
display: inline-block;
margin:0px !important;
text-align: left;
word-break: break-all;
}
.post_footer {