mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
19 lines
300 B
SCSS
19 lines
300 B
SCSS
.video-default-location-form-line {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
column-gap: 10px;
|
|
}
|
|
|
|
.video-default-location-form-item-grow {
|
|
flex: 1 auto;
|
|
}
|
|
|
|
.video-default-location-form-item-not-grow {
|
|
flex: 0 auto;
|
|
}
|
|
|
|
.video-default-location-vertical-space {
|
|
height: 8px;
|
|
}
|