fix(ui): put buttons in a single row on mobile

This commit is contained in:
0ko 2024-11-21 22:46:06 +05:00
parent 8f0de303f3
commit 787e3163f8
5 changed files with 17 additions and 34 deletions

View file

@ -925,16 +925,6 @@ td .commit-summary {
border-radius: var(--border-radius);
}
@media (max-width: 767.98px) {
.repository.view.issue .comment-list .comment .content .form .button {
width: 100%;
margin: 0;
}
.repository.view.issue .comment-list .comment .content .form .button:not(:last-child) {
margin-bottom: 1rem;
}
}
.repository.view.issue .comment-list .comment .merge-section {
background-color: var(--color-box-body);
}