Skip to content

Instantly share code, notes, and snippets.

@mayocream
Created May 27, 2021 02:23
Show Gist options
  • Save mayocream/11455167aadb18016e64bf089a7390dd to your computer and use it in GitHub Desktop.
Save mayocream/11455167aadb18016e64bf089a7390dd to your computer and use it in GitHub Desktop.
.menuBar {
background-color: #fff;
border-bottom: 1px solid #eee;
padding: 8px;
}
.menuBar-Btn_Icon,.menuBar-Btn_Icon-fav {
fill: #222;
}
.mtaBox-TextArea-Wrap,
.mtaBox-DrawerBtn,
.waveformBox.saladict-external,
.dictItemHead-Logo,
.menuBar-SearchBox_Wrap,
.menuBar-Btn[title="查单词"] {
display: none;
}
.dictItem {
padding: 0 10px;
}
.dictItem:first-child {
padding-top: 10px;
}
.dictItem-Body {
padding: 0 3px;
}
.dictItemHead {
background: #eee;
border-radius: 6px;
padding: 6px;
height: auto;
}
.dictPanel-Root {
box-shadow: rgba(0,0,0,0.2) 0 7px 21px 2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment