mirror of
https://github.com/zadam/trilium.git
synced 2025-12-13 10:54:25 +01:00
15 lines
203 B
CSS
15 lines
203 B
CSS
.presentation-button-bar {
|
|
position: absolute;
|
|
top: 1em;
|
|
right: 1em;
|
|
|
|
.floating-buttons-children {
|
|
top: 0;
|
|
}
|
|
}
|
|
|
|
.presentation-container {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|