mirror of
https://github.com/discourse/discourse.git
synced 2024-12-18 14:33:46 +08:00
15 lines
183 B
SCSS
15 lines
183 B
SCSS
|
// Mobile styles for "user-info" component
|
||
|
.user-info {
|
||
|
&.medium {
|
||
|
width: 300px;
|
||
|
|
||
|
.user-image {
|
||
|
width: auto;
|
||
|
}
|
||
|
|
||
|
.user-detail {
|
||
|
width: 240px;
|
||
|
}
|
||
|
}
|
||
|
}
|