Commit 0a50c1fb authored by Linda's avatar Linda

align notes box and player box on same y pos and align buttons and icons below...

align notes box and player box on same y pos and align buttons and icons below notifications and player at same y pos
parent a8ebdb7d
......@@ -192,10 +192,11 @@ $stage-width: 480px;
.project-notes {
// not 1.5rem because of stage padding
margin-left: 1rem;
height: $player-height;
height: calc(#{$player-height} - 1rem);
align-items: flex-start;
flex: 1;
flex-flow: column;
align-self: flex-end;
}
.share-date {
......@@ -209,6 +210,7 @@ $stage-width: 480px;
.subactions {
margin-left: 1.5rem;
justify-content: flex-end;
align-items: flex-start;
flex: 1;
}
......@@ -384,6 +386,7 @@ $stage-width: 480px;
.action-buttons {
display: flex;
margin-top: 0;
color: $type-white;
font-size: .8rem;
font-weight: 500;
......@@ -458,7 +461,7 @@ $stage-width: 480px;
content: "";
}
}
.studio-button {
&:before {
background-image: url("/svgs/project/studio-add-white.svg");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment