resize tab

This commit is contained in:
open-trade
2022-01-03 16:31:13 +08:00
parent d6b56a2f35
commit b17bda9a55
2 changed files with 13 additions and 1 deletions

View File

@@ -52,6 +52,9 @@ div.sessions-tab span {
display: inline-block;
padding: 6px 12px;
cursor: pointer;
text-overflow: ellipsis;
white-space: nowrap;
overflow-x: hidden;
}
div.sessions-tab svg {
@@ -66,7 +69,7 @@ div.sessions-tab span.active {
}
div.search-id {
width: 160px;
width: 120px;
padding: 0;
position: relative;
display: inline-block;