mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-04 15:53:30 +03:00
🔧 fix: center align h1 in .no-changes class
This commit is contained in:
parent
cc9a6a5b70
commit
fb3a1b4e49
@ -443,6 +443,10 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.no-changes h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* hunks drop zone */
|
||||
:global(.lane-dz-active .lane-dz-marker) {
|
||||
@apply flex;
|
||||
|
Loading…
Reference in New Issue
Block a user