Browse Source

adjust style

master
JoanaChicau 3 years ago
parent
commit
d7fa536c82
  1. 4
      narrowstyle.css

4
narrowstyle.css

@ -143,7 +143,7 @@ button.minimize{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
box-shadow: -4rem 0.6rem 2rem #ffe4fd; /* box-shadow: -0.2rem -0.2rem 1rem #ffe4fd;*/
width: 100%; width: 100%;
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
} }
@ -168,6 +168,7 @@ button.minimize{
} }
.sidebottom { .sidebottom {
height: 45vh; height: 45vh;
box-shadow: 10rem -6rem 4rem #ffe4fd;
} }
.sidebottom p { .sidebottom p {
margin: 0.25rem 0rem; margin: 0.25rem 0rem;
@ -182,6 +183,7 @@ button.minimize{
margin-left: 300px; margin-left: 300px;
display: inline-block; display: inline-block;
height: 100%; height: 100%;
width: 100%;
} }
.live > *{ .live > *{
/* touch-action: none;*/ /* touch-action: none;*/

Loading…
Cancel
Save