mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
collapse control element size when corner aligned
This commit is contained in:
parent
a9fcaa6f9e
commit
4fb8e78eb4
3 changed files with 10 additions and 2 deletions
|
|
@ -260,6 +260,7 @@ body {
|
|||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
|
||||
button {
|
||||
position: absolute;
|
||||
|
|
@ -360,8 +361,10 @@ body {
|
|||
|
||||
@mixin bottom-right-controls() {
|
||||
& {
|
||||
top: auto;
|
||||
bottom: $spacing;
|
||||
right: $spacing;
|
||||
left: auto;
|
||||
transform: scale(0.85);
|
||||
transform-origin: 100% 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue