mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-03 00:31:25 -08:00
page transitions
This commit is contained in:
parent
64d6fadb64
commit
a55b38d1ce
2 changed files with 7 additions and 0 deletions
|
@ -441,6 +441,9 @@ fieldset legend {
|
|||
background-color: #d8e5ee;
|
||||
}
|
||||
|
||||
@view-transition {
|
||||
navigation: auto;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
html {
|
||||
scroll-padding-top: 80px;
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
|
||||
$min-touch-target: 44px;
|
||||
|
||||
@view-transition {
|
||||
navigation: auto;
|
||||
}
|
||||
|
||||
html {
|
||||
@include breakpoint(phablet) {
|
||||
scroll-padding-top: 80px;
|
||||
|
|
Loading…
Add table
Reference in a new issue