mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-17 03:31:22 +02:00
fix vertical alignment within status bar
This commit is contained in:
parent
8b6cf1fc41
commit
8557a3b70e
@ -37,7 +37,7 @@ limitations under the License.
|
||||
|
||||
.mx_TabCompleteBar_command .mx_TabCompleteBar_text {
|
||||
opacity: 1.0;
|
||||
vertical-align: middle;
|
||||
vertical-align: initial;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@ -48,5 +48,6 @@ limitations under the License.
|
||||
|
||||
.mx_TabCompleteBar_text {
|
||||
color: #4a4a4a;
|
||||
vertical-align: middle;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user