mirror of
https://github.com/booklore-app/booklore.git
synced 2025-12-23 22:28:11 -05:00
This reverts commit d76251ba21.
This commit is contained in:
@@ -1,28 +1,9 @@
|
||||
::ng-deep .layout-main .tabpanels-responsive {
|
||||
.tabpanels-responsive {
|
||||
height: calc(100dvh - 9.7rem);
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
::ng-deep .layout-main .tabpanels-responsive {
|
||||
.tabpanels-responsive {
|
||||
height: calc(100dvh - 8.5rem);
|
||||
}
|
||||
}
|
||||
|
||||
::ng-deep .p-dialog-content,
|
||||
::ng-deep p-dialog app-book-metadata-center,
|
||||
::ng-deep p-dialog app-book-metadata-center > div {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
::ng-deep p-tablist {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
::ng-deep .p-dialog-content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
::ng-deep p-dialog app-book-metadata-center > div {
|
||||
border-radius: 0 0 0.75rem 0.75rem !important;
|
||||
border-width: 1px 0 0 !important;
|
||||
}
|
||||
@@ -19,19 +19,7 @@
|
||||
}
|
||||
|
||||
::ng-deep .p-autocomplete-input-chip {
|
||||
width: 2rem;
|
||||
}
|
||||
|
||||
::ng-deep .p-autocomplete-clearable ul {
|
||||
padding-inline-end: 2rem !important;
|
||||
}
|
||||
|
||||
::ng-deep .p-autocomplete-clearable .p-autocomplete-clear-icon {
|
||||
right: 0px;
|
||||
margin-top: -1rem;
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
padding: 0.5rem;
|
||||
width: 7rem;
|
||||
}
|
||||
|
||||
::ng-deep .withbutton input,
|
||||
|
||||
Reference in New Issue
Block a user