Optimized the LogArea styles.sass for mobile devices
This commit is contained in:
parent
25f72e65fd
commit
0e105588da
@ -4,6 +4,7 @@
|
|||||||
background-color: $black
|
background-color: $black
|
||||||
border: 2px solid $dark-gray
|
border: 2px solid $dark-gray
|
||||||
border-radius: 1rem
|
border-radius: 1rem
|
||||||
|
box-sizing: border-box
|
||||||
padding: 1rem 1rem
|
padding: 1rem 1rem
|
||||||
width: 20rem
|
width: 20rem
|
||||||
|
|
||||||
@ -46,4 +47,9 @@
|
|||||||
color: $green
|
color: $green
|
||||||
.icon-failed
|
.icon-failed
|
||||||
svg
|
svg
|
||||||
color: $red
|
color: $red
|
||||||
|
|
||||||
|
@media screen and (max-width: 768px)
|
||||||
|
.log-area
|
||||||
|
width: 100%
|
||||||
|
margin-bottom: 1rem
|
Reference in New Issue
Block a user