Fix misaligned table actions cog

Closes #1121. Thanks, @abdusco
pull/1128/head
Abdussamet Koçak 2020-12-03 03:33:36 +03:00 zatwierdzone przez GitHub
rodzic 88ac538b41
commit daae35be46
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -163,6 +163,8 @@ h6,
}
.page-header {
display: flex;
align-items: center;
padding-left: 10px;
border-left: 10px solid #666;
margin-bottom: 0.75rem;
@ -175,11 +177,11 @@ h6,
padding-right: 0.2em;
}
.page-header details {
display: inline;
display: inline-flex;
}
.page-header details > summary {
list-style: none;
display: inline;
display: inline-flex;
cursor: pointer;
}
.page-header details > summary::-webkit-details-marker {