mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Fixed Flask not choosing new name for uploading
Moved uploading and removing files to APIs Added max file upload to config from yml file Jquery is now a file not a CDN General Sass(y) fixes
This commit is contained in:
parent
5db8fa52e8
commit
2455d3f88c
13 changed files with 131 additions and 95 deletions
|
@ -24,7 +24,7 @@
|
|||
.tool-tip {
|
||||
opacity: 1;
|
||||
top: -2.5rem;
|
||||
//transition-delay: 0.5s;
|
||||
transform: translateX(calc(-50% + 1.25rem ));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -39,6 +39,17 @@
|
|||
color: $white100;
|
||||
}
|
||||
}
|
||||
.tool-btn--blu {
|
||||
color: $blue;
|
||||
|
||||
span {
|
||||
background-color: $blue;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $white100;
|
||||
}
|
||||
}
|
||||
|
||||
.tool-tip {
|
||||
margin: 0;
|
||||
|
|
|
@ -311,6 +311,8 @@
|
|||
height: 100%;
|
||||
max-height: 69vh;
|
||||
|
||||
background-color: $black200;
|
||||
|
||||
object-fit: contain;
|
||||
object-position: center;
|
||||
|
||||
|
@ -378,7 +380,7 @@
|
|||
padding: 0;
|
||||
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
//gap: 0.5rem;
|
||||
|
||||
background-color: $black200;
|
||||
border-radius: $rad;
|
||||
|
|
|
@ -87,7 +87,7 @@ nav {
|
|||
span {
|
||||
opacity: 1;
|
||||
left: 3.8rem;
|
||||
//transition-delay: 0.5s;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue