We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a532174 commit 0f04b87Copy full SHA for 0f04b87
Damselfly.Web/wwwroot/css/site.css
@@ -433,7 +433,7 @@ f
433
434
.damselfly-logo img {
435
max-height: 60px;
436
- object-fit: cover;
+ object-fit: contain;
437
}
438
439
@@ -481,7 +481,7 @@ f
481
482
.damselfly-statusbar {
483
display: flex;
484
- flex: 1;
+ flex: 0 0 20%;
485
flex-direction: row;
486
align-items: center;
487
min-height: 30px;
@@ -672,8 +672,8 @@ f
672
.image-fill {
673
animation: fadeIn ease 1s;
674
height: calc( 100vh - 100px);
675
- width: calc( 100vh - 100px);
676
+ width: 100%;
677
678
679
.damselfly-tasks {
0 commit comments