mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 11:53:49 +00:00
feat/117: add toggle fullscreen button (#138)
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
.nav,
|
||||
.showNav {
|
||||
margin-top: 2vh;
|
||||
gap: 2vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -29,4 +30,12 @@
|
||||
color: $text-white;
|
||||
}
|
||||
}
|
||||
|
||||
.actions {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
position: absolute;
|
||||
top: 0.5vw;
|
||||
right: 75px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user