🎨 Improved structure and format of the code

This commit is contained in:
Liyas Thomas
2020-01-09 06:01:31 +05:30
parent bb924dc250
commit 725fa31e77
4 changed files with 101 additions and 53 deletions

View File

@@ -44,12 +44,17 @@
display: flex;
flex-grow: 1;
flex-direction: column;
margin: 8px;
margin: 16px;
padding: 16px;
transition: all 0.2s ease;
background-color: var(--bg-color);
border-radius: 16px;
box-shadow: 0px 16px 70px rgba(0, 0, 0, 0.5);
max-height: calc(100vh - 32px);
}
.modal-body {
overflow: auto;
}
/*