Поправки

This commit is contained in:
Book Pauk
2019-01-28 04:57:25 +07:00
parent 951be2b14e
commit 5b69c7cfca

View File

@@ -29,8 +29,8 @@ class Window extends Vue {
flex: 1; flex: 1;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-color: #e5e7ea;
margin: 10px; margin: 10px;
background-color: #ffffff;
border: 3px double black; border: 3px double black;
border-radius: 4px; border-radius: 4px;
box-shadow: 3px 3px 5px black; box-shadow: 3px 3px 5px black;
@@ -39,6 +39,7 @@ class Window extends Vue {
.header { .header {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
background-color: #e5e7ea;
align-items: center; align-items: center;
height: 40px; height: 40px;
} }