mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
fix(activity-bar): Use more aggressive smoothing for courier
This commit is contained in:
parent
d99c8f1a65
commit
35ac15da3a
1 changed files with 2 additions and 1 deletions
|
@ -1,12 +1,13 @@
|
|||
@import "ui-variables";
|
||||
|
||||
.activity-bar {
|
||||
-webkit-font-smoothing: auto;
|
||||
background-color: rgba(80,80,80,1);
|
||||
border-top:1px solid rgba(0,0,0,0.7);
|
||||
color:white;
|
||||
font-size:12px;
|
||||
order:1000;
|
||||
|
||||
|
||||
.resizable {
|
||||
display: flex;
|
||||
width:100%;
|
||||
|
|
Loading…
Reference in a new issue