1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-02-13 12:00:08 +08:00
1Panel/frontend/src/styles/moblie.scss
wangdan-fit2cloud f7c76c012f
feat: 应用商店兼容移动端 (#1119)
#### What this PR does / why we need it?

#### Summary of your change

#### Please indicate you've done the following:

- [ ] Made sure tests are passing and test coverage is added if needed.
- [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/).
- [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed.
2023-05-23 13:40:03 +00:00

38 lines
782 B
SCSS

.mobile {
.monitor-tags {
position: inherit;
top: 13px;
}
.mobile-monitor-chart {
margin-top: 20px !important;
}
.search-button {
float: none !important;
.table-button {
display: inline-flex !important;
}
}
.app-card {
.app-button {
margin-right: 0 !important;
}
}
.install-card .a-detail {
.d-name {
height: auto !important;
.h-button {
float: none !important;
margin: 5px;
}
}
.d-button {
min-width: auto !important;
}
.d-description {
display: block !important;
overflow: inherit !important;
}
}
}