mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-20 21:41:25 +02:00
collapse control element size when corner aligned
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user