Widened the connector window, this allows Connected before list to show more title text before the text being ellipsized

This commit is contained in:
Ni Rui
2022-09-18 20:22:46 +08:00
parent 57816f731f
commit 838eef450f
2 changed files with 8 additions and 12 deletions

View File

@@ -93,7 +93,7 @@
position: relative;
}
@media (max-width: 480px) {
@media (max-width: 768px) {
#connect-known-list-list li {
width: 100%;
}
@@ -132,7 +132,7 @@
z-index: 2;
}
@media (max-width: 480px) {
@media (max-width: 768px) {
#connect-known-list-list li > .labels > .opt {
display: inline-block;
}
@@ -143,10 +143,6 @@
color: #fff;
}
#connect-known-list-list li > .labels > .opt.link:after {
content: "\02936";
}
#connect-known-list-list li > .labels > .opt.del {
background: #a56;
color: #fff;
@@ -203,7 +199,7 @@
opacity: 0.5;
}
@media (max-width: 480px) {
@media (max-width: 768px) {
#connect-known-list-presets li {
width: 100%;
}