style: fix journal entry action buttons alignment on mobile
This commit is contained in:
@@ -1939,6 +1939,21 @@ html.scheme-dark .themed-select-option.is-selected {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.logbook-card-right-group {
|
||||
margin-left: auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
flex-shrink: 0;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.logbook-card-right-group .logbook-card-chevron {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.logbook-card .logbook-title-editable,
|
||||
.logbook-card .logbook-title-inline-edit,
|
||||
.logbook-card .card-title-row {
|
||||
@@ -2968,6 +2983,12 @@ html.scheme-dark .themed-select-option.is-selected {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.logbook-card-right-group .btn-pdf,
|
||||
.logbook-card-right-group .btn-delete {
|
||||
position: static;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.card-meta {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user