mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
Tighten up left pane layout style
// FREEBIE
This commit is contained in:
parent
7310afd1b4
commit
928c19a476
3 changed files with 18 additions and 20 deletions
|
@ -29,6 +29,7 @@ body {
|
|||
}
|
||||
|
||||
#header {
|
||||
background-color: $blue;
|
||||
h1 {
|
||||
margin: 0;
|
||||
line-height: 64px;
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
.gutter {
|
||||
color: #000000;
|
||||
background-color: $blue;
|
||||
float: left;
|
||||
width: 300px;
|
||||
.content {
|
||||
|
@ -47,7 +46,6 @@
|
|||
}
|
||||
|
||||
.conversation-stack {
|
||||
padding-left: 300px;
|
||||
.conversation {
|
||||
display: none;
|
||||
}
|
||||
|
@ -92,7 +90,7 @@ input.search {
|
|||
|
||||
.tool-bar {
|
||||
background: $grey_l;
|
||||
padding: 2px;
|
||||
padding: 2px 1px 1px;
|
||||
|
||||
button.show-new-conversation {
|
||||
float: right;
|
||||
|
@ -213,7 +211,7 @@ input.search {
|
|||
|
||||
.conversation.placeholder {
|
||||
text-align: center;
|
||||
padding-top: 100px;
|
||||
padding: 100px 36px;
|
||||
color: #aaa;
|
||||
}
|
||||
.contact.placeholder {
|
||||
|
|
|
@ -37,13 +37,15 @@ body {
|
|||
.hide {
|
||||
display: none; }
|
||||
|
||||
#header h1 {
|
||||
margin: 0;
|
||||
line-height: 64px;
|
||||
padding-left: 20px;
|
||||
font-size: 22px;
|
||||
color: #ffffff;
|
||||
font-weight: normal; }
|
||||
#header {
|
||||
background-color: #2090ea; }
|
||||
#header h1 {
|
||||
margin: 0;
|
||||
line-height: 64px;
|
||||
padding-left: 20px;
|
||||
font-size: 22px;
|
||||
color: #ffffff;
|
||||
font-weight: normal; }
|
||||
|
||||
.title-text {
|
||||
height: 36px;
|
||||
|
@ -433,7 +435,6 @@ input[type=text]:active, input[type=text]:focus, input[type=search]:active, inpu
|
|||
|
||||
.gutter {
|
||||
color: #000000;
|
||||
background-color: #2090ea;
|
||||
float: left;
|
||||
width: 300px; }
|
||||
.gutter .content {
|
||||
|
@ -459,12 +460,10 @@ input[type=text]:active, input[type=text]:focus, input[type=search]:active, inpu
|
|||
.socket-status .closed {
|
||||
background: url("/images/error_red.png") no-repeat left center; }
|
||||
|
||||
.conversation-stack {
|
||||
padding-left: 300px; }
|
||||
.conversation-stack .conversation {
|
||||
display: none; }
|
||||
.conversation-stack .conversation:first-child {
|
||||
display: block; }
|
||||
.conversation-stack .conversation {
|
||||
display: none; }
|
||||
.conversation-stack .conversation:first-child {
|
||||
display: block; }
|
||||
|
||||
.conversation-header {
|
||||
height: 64px;
|
||||
|
@ -496,7 +495,7 @@ input.search {
|
|||
|
||||
.tool-bar {
|
||||
background: #f3f3f3;
|
||||
padding: 2px; }
|
||||
padding: 2px 1px 1px; }
|
||||
.tool-bar button.show-new-conversation {
|
||||
float: right;
|
||||
height: 36px;
|
||||
|
@ -584,7 +583,7 @@ input.search {
|
|||
|
||||
.conversation.placeholder {
|
||||
text-align: center;
|
||||
padding-top: 100px;
|
||||
padding: 100px 36px;
|
||||
color: #aaa; }
|
||||
|
||||
.contact.placeholder {
|
||||
|
|
Loading…
Reference in a new issue