UI bug fixes
This commit is contained in:
parent
33db29a619
commit
61dc621035
11
css/main.css
11
css/main.css
@ -581,13 +581,10 @@ ul {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.8rem;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
padding: max(1rem, 3vw);
|
||||
border-radius: 0.5rem;
|
||||
background-color: rgba(var(--foreground-color), 1);
|
||||
flex-basis: 24rem;
|
||||
flex-grow: 1;
|
||||
width: 100%;
|
||||
}
|
||||
.intern-card h3 {
|
||||
font-size: 1.2rem;
|
||||
@ -662,6 +659,12 @@ h1 {
|
||||
box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
#intern_payment_list {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
|
||||
}
|
||||
}
|
||||
@media (any-hover: hover) {
|
||||
::-webkit-scrollbar {
|
||||
width: 0.5rem;
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -543,13 +543,10 @@ ul {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.8rem;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
padding: max(1rem, 3vw);
|
||||
border-radius: 0.5rem;
|
||||
background-color: rgba(var(--foreground-color), 1);
|
||||
flex-basis: 24rem;
|
||||
flex-grow: 1;
|
||||
width: 100%;
|
||||
h3 {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
@ -616,6 +613,12 @@ h1 {
|
||||
box-shadow: 0 1rem 1rem rgba(0 0 0 /0.06);
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
#intern_payment_list {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
|
||||
}
|
||||
}
|
||||
@media (any-hover: hover) {
|
||||
::-webkit-scrollbar {
|
||||
width: 0.5rem;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user