mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-12-18 08:38:04 +09:00
Fix: Theme signature stays on top of other elements #89
This commit is contained in:
parent
8877e7e63b
commit
e593d89086
@ -6656,6 +6656,7 @@ a:is(.active,
|
||||
padding: 12px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
.layout-multiple-columns .link-footer::before,
|
||||
.layout-multiple-columns .link-footer::after {
|
||||
|
@ -6656,6 +6656,7 @@ a:is(.active,
|
||||
padding: 12px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
.layout-multiple-columns .link-footer::before,
|
||||
.layout-multiple-columns .link-footer::after {
|
||||
|
@ -6656,6 +6656,7 @@ a:is(.active,
|
||||
padding: 12px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
.layout-multiple-columns .link-footer::before,
|
||||
.layout-multiple-columns .link-footer::after {
|
||||
|
Loading…
Reference in New Issue
Block a user