Fixed geary issue

This commit is contained in:
Vince 2021-07-28 17:21:26 +08:00
parent d48a1aff01
commit 0340ea0467

View File

@ -2848,6 +2848,18 @@ window#GearyMainWindow.background.csd { // <= 3.32
border-top-right-radius: 8px;
}
}
.geary-attachment-pane {
border-radius: 0 0 8px 8px;
actionbar.background {
background-color: transparent;
> revealer > box {
border-radius: 0 0 7px 7px;
}
}
}
}
searchbar {