mirror of
https://github.com/discourse/discourse.git
synced 2025-01-25 03:48:30 +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;
|
|
}
|
|
|
|
}
|
|
}
|