✨ feat(control-center/pages): new way to add pages with new animation
makes Pages widget derivate from GtkBox, allowing multiple childs, which are now page revealers(GtkRevealers) that reveal the Page widgets
This commit is contained in:
@@ -256,14 +256,13 @@ box.history {
|
||||
}
|
||||
}
|
||||
|
||||
.tile-pages {
|
||||
& > .page {
|
||||
margin-top: 10px;
|
||||
.tile-pages .page {
|
||||
transition: 180ms linear;
|
||||
margin-top: 10px;
|
||||
|
||||
&.bluetooth {
|
||||
button.connected {
|
||||
background: colors.$bg-tertiary;
|
||||
}
|
||||
&.bluetooth {
|
||||
button.connected {
|
||||
background: colors.$bg-tertiary;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user