Implemented screen recording functionality for record button in dashboard.
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
.bar_item_box_visible {
|
||||
background-color: $base2;
|
||||
border-radius: 0.35em;
|
||||
// border: 0.15em solid $surface0;
|
||||
padding: 0.2rem 0.9rem;
|
||||
margin: 0.5rem 0.25rem;
|
||||
|
||||
|
||||
@@ -100,6 +100,10 @@
|
||||
|
||||
&.record.active {
|
||||
background: $red;
|
||||
|
||||
&:hover {
|
||||
background: $green;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@@ -196,7 +200,7 @@
|
||||
}
|
||||
|
||||
trough {
|
||||
min-height: 1.2em;
|
||||
min-height: 1.05em;
|
||||
}
|
||||
|
||||
block {
|
||||
|
||||
Reference in New Issue
Block a user