mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-30 01:17:37 +03:00
- styles updated
This commit is contained in:
parent
1523d5f8cf
commit
945157c8c5
@ -102,6 +102,7 @@
|
||||
}
|
||||
|
||||
.right-side-wrapper {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
--splitview-back-color: var(--clr-core-pop-75);
|
||||
display: flex;
|
||||
@ -112,6 +113,10 @@
|
||||
}
|
||||
|
||||
.right-side__header {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
@ -119,6 +124,10 @@
|
||||
}
|
||||
|
||||
.right-side__footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
justify-content: space-between;
|
||||
@ -165,23 +174,9 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.right-side__img_dark {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* global */
|
||||
|
||||
:global(.dark .decorative-split-view .right-side-wrapper) {
|
||||
--splitview-back-color: var(--clr-core-pop-25);
|
||||
}
|
||||
|
||||
:global(.dark .decorative-split-view) {
|
||||
& .right-side__img_dark {
|
||||
display: block;
|
||||
}
|
||||
|
||||
& .right-side__img_light {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user