Timeline bugfixes

This commit is contained in:
daisuke
2021-03-27 12:06:08 -06:00
parent 5b558b6df6
commit 984549035d
7 changed files with 22 additions and 8 deletions

View File

@ -97,7 +97,7 @@ input[type="checkbox"]:checked+label {
background-color: rgba(255, 255, 255, 0.25);
}
.side_element a {
.side_element a, .rt * {
color: lightgray;
}

View File

@ -174,6 +174,10 @@ aside {
position: relative;
}
.fw .topbutton {
width: 80px;
}
.topicon {
text-decoration: none;
display: inline;

View File

@ -85,6 +85,10 @@ textarea {
position:fixed; top:0px; left:0px;
}
.fw {
float:right;
}
.wrapper {
width: 100%;
clear: both;