0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00

Updated mobile styles for Audit log

refs. https://github.com/TryGhost/Toolbox/issues/356
This commit is contained in:
Peter Zimon 2022-08-23 13:22:31 +02:00
parent e5b604cca0
commit d5197fe196

View file

@ -516,6 +516,18 @@
grid-gap: 80px;
}
@media (max-width: 1200px) {
.gh-general-settings {
display: flex;
flex-direction: column;
gap: 0;
}
.gh-general-settings .gh-copyright-info {
max-width: 620px !important;
}
}
.gh-general-settings .gh-expandable-header .gh-expandable-description {
max-width: 620px;
}
@ -2898,6 +2910,18 @@ p.theme-validation-details {
.gh-audit-log-name {
margin-bottom: 0 !important;
min-width: 160px;
}
@media (max-width: 620px) {
.gh-audit-log-table .user-list-item-figure {
display: none;
}
.gh-audit-log-name {
font-size: 1.4rem !important;
min-width: 130px;
}
}
.gh-activity-log-actions ul {