💄 Better TOC and popover buttons

This commit is contained in:
Liyas Thomas
2020-06-17 07:50:01 +05:30
parent f5e217bd81
commit 9676b1d110
2 changed files with 40 additions and 20 deletions

View File

@@ -344,6 +344,12 @@ p {
box-shadow: 0 5px 30px rgba(black, 0.1);
max-height: 256px;
overflow: auto;
div {
display: flex;
align-items: stretch;
flex-direction: column;
}
}
.popover-arrow {
@@ -380,7 +386,7 @@ h3.title {
button {
display: inline-flex;
align-items: center;
justify-content: center;
// justify-content: center;
margin: 4px;
padding: 6px 16px;
border-radius: 20px;