mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-09 03:43:11 +00:00
Automated loading of more logs
Fixed other random bugs
This commit is contained in:
parent
517d0b7071
commit
2d7d359cde
11 changed files with 151 additions and 95 deletions
|
@ -85,7 +85,9 @@ body {
|
|||
border-radius: 3px;
|
||||
}
|
||||
|
||||
transition: outline 0.1s cubic-bezier(.19, 1, .22, 1);
|
||||
outline: $fg 0 solid;
|
||||
|
||||
transition: outline 0.1s;
|
||||
|
||||
/*
|
||||
&::after {
|
||||
|
@ -112,7 +114,7 @@ body {
|
|||
*/
|
||||
|
||||
&:hover {
|
||||
outline: $white 0.2rem solid;
|
||||
outline: $fg $border-thickness solid;
|
||||
color: $fg;
|
||||
|
||||
cursor: pointer;
|
||||
|
@ -129,7 +131,7 @@ body {
|
|||
}
|
||||
|
||||
&:where(input[type="file"])::file-selector-button {
|
||||
margin: -0.25rem 0.5rem -0.25rem -0.25rem;
|
||||
margin: -0.5rem 0.5rem -0.5rem -0.5rem;
|
||||
padding: 0.5rem;
|
||||
|
||||
display: inline-block;
|
||||
|
@ -301,7 +303,7 @@ a.btn {
|
|||
*/
|
||||
form {
|
||||
width: 100%;
|
||||
box-sizing: content-box;
|
||||
box-sizing: border-box;
|
||||
|
||||
& > * {
|
||||
margin-bottom: 0.5rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue