mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-28 06:13:12 +00:00
Random fixes
This commit is contained in:
parent
0aed7f1cb9
commit
bc7dfb481a
7 changed files with 91 additions and 60 deletions
|
@ -214,7 +214,7 @@
|
|||
}
|
||||
|
||||
button {
|
||||
padding: 0;
|
||||
padding: 0.25rem;
|
||||
|
||||
width: 2rem; height: 2rem;
|
||||
|
||||
|
@ -288,6 +288,8 @@
|
|||
}
|
||||
|
||||
.preview-button {
|
||||
padding: 0.25rem;
|
||||
|
||||
width: 2rem; height: 2rem;
|
||||
|
||||
position: absolute;
|
||||
|
@ -302,7 +304,7 @@
|
|||
|
||||
transition: outline 0.1s cubic-bezier(.19, 1, .22, 1);
|
||||
|
||||
background-color: $black;
|
||||
background-color: $bg-alt;
|
||||
|
||||
z-index: +2;
|
||||
|
||||
|
@ -381,7 +383,7 @@
|
|||
|
||||
background-color: $page-accent;
|
||||
|
||||
border-radius: calc($rad - (0.5rem + 3px));
|
||||
border-radius: calc($rad - 0.7rem);
|
||||
|
||||
font-family: $font-body;
|
||||
|
||||
|
@ -492,23 +494,38 @@
|
|||
@include defaultFont();
|
||||
}
|
||||
.pfp-upload {
|
||||
margin-bottom: 0;
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
& > img {
|
||||
margin-left: 1rem;
|
||||
margin-left: 0.5rem;
|
||||
|
||||
width: 7.25rem;
|
||||
height: 7.25rem;
|
||||
width: 7.8rem;
|
||||
height: 7.8rem;
|
||||
|
||||
object-fit: cover;
|
||||
|
||||
border-radius: calc($rad - (0.5rem + 3px));
|
||||
border-radius: calc($rad - 0.7rem);
|
||||
|
||||
background-color: $black;
|
||||
}
|
||||
|
||||
form > * {
|
||||
margin: 0 0 0.5rem 0;
|
||||
}
|
||||
form > *:last-child {
|
||||
margin: 0 0 0 0;
|
||||
}
|
||||
}
|
||||
@media (max-width: 621px) {
|
||||
.pfp-upload {
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
|
||||
& > img {
|
||||
margin: 0 auto 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.account-root {
|
||||
|
@ -546,7 +563,7 @@
|
|||
display: none; flex-direction: column;
|
||||
|
||||
background-color: $bg;
|
||||
border-radius: calc($rad - (0.5rem + 3px));
|
||||
border-radius: calc($rad - 0.7rem);
|
||||
}
|
||||
.log {
|
||||
min-width: 769px;
|
||||
|
@ -598,7 +615,7 @@
|
|||
display: none; flex-direction: column;
|
||||
|
||||
background-color: $bg;
|
||||
border-radius: calc($rad - (0.5rem + 3px));
|
||||
border-radius: calc($rad - 0.7rem);
|
||||
}
|
||||
.ban {
|
||||
min-width: 769px;
|
||||
|
@ -656,7 +673,7 @@
|
|||
display: none; flex-direction: column;
|
||||
|
||||
background-color: $bg;
|
||||
border-radius: calc($rad - (0.5rem + 3px));
|
||||
border-radius: calc($rad - 0.7rem);
|
||||
}
|
||||
.user {
|
||||
min-width: 769px;
|
||||
|
|
|
@ -13,7 +13,7 @@ $white: #E8E3E3;
|
|||
$page-accent: #8C977D;
|
||||
|
||||
$shadow: 6px 6px 2px #15151566;
|
||||
$rad: 0.3rem;
|
||||
$rad: 0.4rem;
|
||||
|
||||
$weight-bold: 621;
|
||||
$weight-normal: 400;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue