mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 08:15:17 +08:00
15 lines
141 B
SCSS
15 lines
141 B
SCSS
.user-info {
|
|
&.medium {
|
|
width: 480px;
|
|
|
|
.user-image {
|
|
width: 55px;
|
|
}
|
|
|
|
.user-detail {
|
|
width: 380px;
|
|
}
|
|
|
|
}
|
|
}
|