mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-30 04:25:47 +00:00
30 lines
681 B
CSS
30 lines
681 B
CSS
|
.repo-office-suite-dialog .repo-office-suite-dialog-content {
|
||
|
padding: 0;
|
||
|
min-height: 5.5rem;
|
||
|
min-width: 10rem;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
@media (min-width: 268px) {
|
||
|
.repo-office-suite-dialog .repo-office-suite-dialog-content {
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.repo-office-suite-dialog-content .repo-office-suite-dialog-main {
|
||
|
display: flex;
|
||
|
flex-basis: 48%;
|
||
|
padding: 1rem;
|
||
|
}
|
||
|
|
||
|
.repo-office-suite-dialog-content .repo-office-suite-dialog-main .tab-content {
|
||
|
flex: 1;
|
||
|
}
|
||
|
|
||
|
|
||
|
.repo-office-suite-dialog-content .repo-office-suite-dialog-main .repo-select-office-suite {
|
||
|
padding: 8px 0;
|
||
|
}
|
||
|
|
||
|
|