improved blockquote switcher design

This commit is contained in:
the-djmaze 2023-02-11 20:42:13 +01:00
parent e4b0d43b3d
commit d26fb2db05

View file

@ -348,13 +348,13 @@ html.rl-bottom-preview-pane #V-MailMessageView .top-toolbar {
.sm-bq-switcher > summary {
border: 1px solid #999;
display: block;
width: 3em;
line-height: 1em;
text-align: center;
cursor: pointer;
line-height: 1em;
margin: 2em 0 10px;
opacity: 0.5;
padding: 0 0.5em;
text-align: center;
width: fit-content;
&:hover {
opacity: 1;
}