mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
11 lines
209 B
Text
11 lines
209 B
Text
@import "ui-variables";
|
|
@import "ui-mixins";
|
|
|
|
.nylas-search-bar.thread-search-bar {
|
|
position: relative;
|
|
order: -100;
|
|
overflow: visible;
|
|
z-index: 100;
|
|
width: 450px;
|
|
margin-top: (38px - 23px) / 2;
|
|
}
|