mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 01:04:39 +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;
|
|
}
|