1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 15:16:38 +00:00

moved window list to sidebar; 3-way split

This commit is contained in:
Steven Hugg
2018-11-24 11:33:28 -05:00
parent 84c8c12092
commit 9bd8053dbd
3 changed files with 35 additions and 17 deletions
+24 -2
View File
@@ -68,6 +68,7 @@
background-color:#333;
float:left;
height:100%;
overflow:hidden;
}
div.editor {
line-height:1.25;
@@ -83,7 +84,7 @@ div.memdump {
}
div.mem_info {
position: fixed;
left: 51%;
right: 10px;
bottom: 10px;
background-color: #333;
color: #66ff66;
@@ -302,7 +303,7 @@ canvas.pixelated {
.twitter-follow-button:hover {
color:#99ffff;
}
.dropdown-item-checked::before {
.dropdown-menu .dropdown-item-checked::before {
position: absolute;
left: .4rem;
content: '\2713';
@@ -361,3 +362,24 @@ div.markdown td {
div.markdown th {
padding:0.2em;
}
#sidebar {
float:left;
}
#sidebar ul {
list-style-type:none;
padding:1em;
}
#sidebar a {
color:#ddffdd;
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;
display:block;
}
#sidebar a:focus {
text-decoration:none;
}
#sidebar .dropdown-item-checked {
font-weight:bold;
background-color:#333;
}