mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-13 12:00:08 +08:00
![wangdan-fit2cloud](/assets/img/avatar_default.png)
#### 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.
38 lines
782 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|