Optimized the ServerItem styles.sass for mobile devices
This commit is contained in:
parent
1e17aa3e4a
commit
7c43b5429a
@ -82,3 +82,12 @@
|
|||||||
|
|
||||||
input[type="file"]::file-selector-button
|
input[type="file"]::file-selector-button
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
|
@media screen and (max-width: 570px)
|
||||||
|
.config-item
|
||||||
|
gap: 0.5rem
|
||||||
|
flex-direction: column
|
||||||
|
align-items: flex-start
|
||||||
|
|
||||||
|
input
|
||||||
|
width: 100%
|
Reference in New Issue
Block a user