format stuff
This commit is contained in:
parent
12bc0d2b84
commit
b8d694cc48
4 changed files with 141 additions and 136 deletions
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
@media (max-width: 768px) {.over-background > *:first-child {
|
||||
@media (max-width: 768px) {
|
||||
.over-background > *:first-child {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
|
@ -10,10 +10,11 @@
|
|||
.over-background > * {
|
||||
margin-bottom: 5px;
|
||||
margin-top: 5px;
|
||||
}}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 769px) {.over-background > *:first-child {
|
||||
@media (min-width: 769px) {
|
||||
.over-background > *:first-child {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
|
@ -24,7 +25,8 @@
|
|||
.over-background > * {
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
}}
|
||||
}
|
||||
}
|
||||
|
||||
.badges {
|
||||
display: grid;
|
||||
|
|
|
|||
|
|
@ -105,7 +105,6 @@ h1 {
|
|||
height: 50px;
|
||||
}
|
||||
|
||||
|
||||
.button-group button {
|
||||
border: 0;
|
||||
padding: 1em;
|
||||
|
|
@ -158,8 +157,6 @@ h1 {
|
|||
margin-bottom: 1vh;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.text-warning {
|
||||
color: red;
|
||||
font-weight: 800;
|
||||
|
|
|
|||
|
|
@ -46,10 +46,13 @@
|
|||
</p>
|
||||
<p>
|
||||
Tus métodos de contacto se guardan encriptados con tu clave de
|
||||
nostr. laseca nunca puede verlos. Solo los miembros con los que
|
||||
tú decidas podrán verlos.
|
||||
nostr. laseca nunca puede verlos. Solo los miembros con los
|
||||
que tú decidas podrán verlos.
|
||||
</p>
|
||||
<p>
|
||||
Debes añadir al menos un método de contacto para completar tu
|
||||
perfil.
|
||||
</p>
|
||||
<p>Debes añadir al menos un método de contacto para completar tu perfil.</p>
|
||||
</div>
|
||||
|
||||
<div class="badges">
|
||||
|
|
@ -92,7 +95,11 @@
|
|||
<div class="badge">
|
||||
<img src="/img/lasecagold_ostrich.svg" />
|
||||
<p>Nostr</p>
|
||||
<input id="nostr-input" data-type="nostr" placeholder="Npub" />
|
||||
<input
|
||||
id="nostr-input"
|
||||
data-type="nostr"
|
||||
placeholder="Npub"
|
||||
/>
|
||||
</div>
|
||||
<div class="badge">
|
||||
<img src="/img/signal-messenger.svg" />
|
||||
|
|
@ -114,7 +121,6 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="create-profile-success" class="top-notification-good">
|
||||
<img src="/img/circle-check-white.svg" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue