fix(ux): responsive ui display (#8132)

* fix: responsive operation

* fix: responsive tag display

* fix: responsive content type selector

* fix: input display

* fix: width of server selector
This commit is contained in:
yzhe819
2022-08-02 09:11:47 +12:00
committed by GitHub
parent a9ae910c6f
commit c36f240e47
5 changed files with 31 additions and 4 deletions

View File

@@ -106,6 +106,18 @@
flex: 1 1 150px;
font-weight: 400;
}
@media (max-width: 640px) {
small
{
flex: 1;
}
>div
{
flex: 1;
}
}
}
.parameter__type
@@ -328,6 +340,14 @@
max-width: calc(100% - 110px - 15rem);
}
@media (max-width: 640px) {
.opblock-summary-path
{
flex-shrink: 1;
max-width: 100%;
}
}
.opblock-summary-path__deprecated
{
text-decoration: line-through;