mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-27 22:34:17 +00:00
Merge branch 'pr-506'
This commit is contained in:
@@ -5019,14 +5019,15 @@ fieldset input[type="radio"] {
|
||||
.gifPreviewBox {
|
||||
position: relative;
|
||||
width: 2in;
|
||||
height: 1in;
|
||||
margin-bottom: 10px;
|
||||
border-radius: 7px;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
|
||||
img {
|
||||
width: 2in;
|
||||
height: 1in;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
span {
|
||||
@@ -5038,8 +5039,9 @@ fieldset input[type="radio"] {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: color-mix(in srgb, var(--card-bg) 60%, transparent);
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
background: color-mix(in srgb, black 50%, transparent);
|
||||
}
|
||||
}
|
||||
.gifbox {
|
||||
|
||||
Reference in New Issue
Block a user