Skip to content
Snippets Groups Projects
Commit fa6f6b59 authored by vildemv's avatar vildemv
Browse files

Did some layout changes to the transaction component.

parent 65c17436
No related branches found
No related tags found
1 merge request!53Frontend improvements
......@@ -47,8 +47,8 @@ const toggleExpand = () => {
border-radius: 20px;
border: 1px solid var(--color-border);
box-shadow: 0 4px 4px 0 var(--color-shadow);
width: 80%;
height: 10%;
width: 100%;
height: 100%;
margin-bottom: 2.5%;
display:flex;
overflow: hidden;
......@@ -56,9 +56,6 @@ const toggleExpand = () => {
background-color: var(--vt-c-Orange)
}
.component.expanded {
height: auto; /* Allow the component to expand */
}
.component-left{
width:50%;
height:100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment