Skip to content

Commit

Permalink
Minor styling improvements. Bedtime
Browse files Browse the repository at this point in the history
  • Loading branch information
devinhalladay committed Jul 29, 2020
1 parent 1d1ea3a commit 341fe43
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ certs/
.env.development.local
.env.test.local
.env.build
.vscode

*.lock
yarn.lock
Expand Down
22 changes: 18 additions & 4 deletions public/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,8 @@ header {
display: block;
background-color: white;
user-select: none;
width: 315px;
height: 315px;
// width: 315px;
// height: 315px;
margin-bottom: 3em;
text-decoration: none;
}
Expand Down Expand Up @@ -770,8 +770,11 @@ header {
}

.draggable-block-container {
<<<<<<< HEAD
// width: 100%;
// height: 100%;
=======
>>>>>>> 5d01cff... Minor styling improvements. Bedtime
background: #ffffff;
border: 1px solid #bdc3ca;
color: #6f7b8a;
Expand All @@ -782,7 +785,11 @@ header {
transform: rotate(0deg);
transition: 0.2s all ease;

<<<<<<< HEAD
&.Channel {
=======
&.Channel,&.Text {
>>>>>>> 5d01cff... Minor styling improvements. Bedtime
width: 100%;
height: 100%;
}
Expand Down Expand Up @@ -892,8 +899,8 @@ header {
}

.block {
width: 100%;
height: 100%;
// width: 100%;
// height: 100%;
display: flex;
flex-direction: column;
flex-flow: column;
Expand All @@ -911,6 +918,13 @@ header {
box-shadow: none;
}

.image {
overflow-y: scroll;
// width: unset;
// height: unset;
box-shadow: none;
}

&.block--expanded {
overflow: hidden;
display: block;
Expand Down

0 comments on commit 341fe43

Please sign in to comment.