mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 22:50:45 +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;
|
|
}
|
|
}
|
|
}
|