This commit is contained in:
haoouba 2021-04-17 18:28:32 +08:00
parent 3ac6b2ed35
commit f45be4c35d
4 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -2079,6 +2079,7 @@
}
}
.content {
color: #fff;
display: inline-block;
vertical-align: top;
padding: 0 12px;
@ -2129,6 +2130,7 @@
}
}
.content {
color: #fff;
display: inline-block;
vertical-align: top;
max-width: 200px;

File diff suppressed because one or more lines are too long

View File

@ -704,6 +704,7 @@ body.fullscreen {
}
}
.content {
color: #fff;
display: inline-block;
vertical-align: top;
max-width: 200px;
@ -741,6 +742,7 @@ body.fullscreen {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #fff;
}
&.secondary {
background: #34495e;