1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

add 'enter to save clipboard'

This commit is contained in:
Rokt33r
2015-06-05 01:12:47 +09:00
parent c3ed69a712
commit bacccbadf3
6 changed files with 172 additions and 46 deletions

View File

@@ -21,7 +21,7 @@ $focused-shadow-color: $brand-primary;
bottom: 0;
width: 100%;
overflow: hidden;
.result-list{
.left-pane{
margin: 0;
position: absolute;
left: 0;
@@ -30,6 +30,9 @@ $focused-shadow-color: $brand-primary;
width: 40%;
overflow-y: auto;
overflow-x: hidden;
}
.result-list{
list-style:none;
padding: 0;
&.focused{
@@ -52,10 +55,7 @@ $focused-shadow-color: $brand-primary;
}
border-right: 1px solid $border-color;
}
.result-detail{
&.focused{
border: solid 1px $brand-primary;
}
.right-pane{
position: absolute;
left: 40%;
top: 0;
@@ -63,12 +63,20 @@ $focused-shadow-color: $brand-primary;
width: 60%;
overflow-y: auto;
overflow-x: hidden;
.result-detail-cotent{
position: absolute;
top: 34px;
bottom: 0;
width: 100%;
}
}
.result-detail-control{
position: absolute;
top: 0;
width: 100%;
height: 34px;
}
.result-detail-content{
position: absolute;
top: 34px;
bottom: 0;
width: 100%;
}
}