mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-04 14:39:27 +00:00
Updates #6062
Squashed commit of the following:
commit 4aedb387db23def0297704f4aae31d234b5ad670
Merge: aafc93557 59a4a009a
Author: Ildar Kamalov <ik@adguard.com>
Date: Mon Aug 28 17:04:14 2023 +0300
Merge branch 'master' into ADG-7254
commit aafc93557c35a01def2568b31d96365360aa0888
Author: Ildar Kamalov <ik@adguard.com>
Date: Mon Aug 28 15:23:10 2023 +0300
ADG-7254 remove extra scroll for short pages
39 lines
657 B
CSS
39 lines
657 B
CSS
.page-header {
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.page-header--logs {
|
|
flex-direction: row;
|
|
align-items: flex-end;
|
|
margin: 0.5rem 0 2.8rem;
|
|
}
|
|
|
|
.page-header--logs .page-title {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
|
|
@media (max-width: 991px) {
|
|
.page-header--logs {
|
|
flex-direction: column;
|
|
align-items: center;
|
|
margin-bottom: 0 0 1.1rem;
|
|
}
|
|
|
|
.page-header--logs .page-title {
|
|
margin-bottom: 1.1rem;
|
|
font-size: 1.8rem;
|
|
}
|
|
}
|
|
|
|
.page-subtitle {
|
|
margin-left: 0;
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
.page-title--large {
|
|
font-size: 36px;
|
|
line-height: 46px;
|
|
}
|