mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:40:42 +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;
|
|
}
|
|
|
|
}
|
|
}
|