minor UI tweaks

This commit is contained in:
sairaj mote 2022-07-25 20:13:30 +05:30
parent 37bf4fe12e
commit a68191de3a
4 changed files with 8 additions and 14 deletions

View File

@ -1021,11 +1021,8 @@ ol li::before {
}
}
@media screen and (min-width: 64rem) {
#main_card {
margin: 2rem 12vw;
width: calc(100% - 24vw);
height: calc(100% - 4rem);
border-radius: 0.5rem;
#pages_container {
padding: 0 12vw;
}
}
@media (any-hover: hover) {

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -946,11 +946,8 @@ ol {
}
}
@media screen and (min-width: 64rem) {
#main_card {
margin: 2rem 12vw;
width: calc(100% - 24vw);
height: calc(100% - 4rem);
border-radius: 0.5rem;
#pages_container {
padding: 0 12vw;
}
}
@media (any-hover: hover) {

View File

@ -56,7 +56,7 @@
<theme-toggle></theme-toggle>
</div>
</header>
<main id="pages_container">
<main id="pages_container" class="grid">
<div id="address_details" class="page hidden">
<section class="flex margin-bottom-1-5">
<button id="gen_new_addr_btn" class="button primary-action interact">
@ -127,7 +127,7 @@
</section>
</div>
<div id="send" class="page hidden">
<sm-form id="send_tx" class="margin-bottom-1-5">
<sm-form id="send_tx">
<div class="margin-bottom-0-5">
<div class="flex align-center space-between margin-bottom-0-5">
<h3>Senders</h3>
@ -174,7 +174,7 @@
<div class="currency-symbol flex" slot="icon"></div>
</sm-input>
</div>
<div class="multi-state-button">
<div class="multi-state-button margin-bottom-1-5">
<button id="send_transaction" type="submit" class="button button--primary cta w-100"
disabled>Send</button>
</div>