mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Add two special regions.
This commit is contained in:
@@ -74,6 +74,13 @@ sup {
|
||||
.region {
|
||||
position: absolute;
|
||||
}
|
||||
.region.fullscreen {
|
||||
position: absolute;
|
||||
top: -60px;
|
||||
left: -60px;
|
||||
right: -60px;
|
||||
bottom: -60px;
|
||||
}
|
||||
.region.right {
|
||||
right: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user