We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b3f2d commit a795ae0Copy full SHA for a795ae0
βsrc/components/layout/PageHeader.vue
@@ -183,13 +183,20 @@
183
184
.row {
185
flex-wrap: wrap;
186
- }
187
188
- .extra {
189
- flex: 1 1 auto;
190
- margin-left: 0;
191
- min-width: 0;
192
- text-align: right;
+ .avatar {
+ flex: 0 1 25%;
+ margin: 0 2% 8px 0;
+ }
+ .content {
+ flex: 0 1 70%;
193
194
+ .extra {
195
+ flex: 1 1 auto;
196
+ margin-left: 0;
197
+ min-width: 0;
198
+ text-align: right;
199
200
}
201
202
0 commit comments