mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-26 05:12:19 -05:00
Convert edit teams form to SendouForm (#3138)
This commit is contained in:
13
app/form/fields/ImageFormField.module.css
Normal file
13
app/form/fields/ImageFormField.module.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.preview {
|
||||
width: 144px;
|
||||
height: 144px;
|
||||
border-radius: 50%;
|
||||
object-fit: cover;
|
||||
|
||||
&.banner {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
max-width: 320px;
|
||||
border-radius: var(--radius-box);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user