Compare commits

...

2 Commits

Author SHA1 Message Date
5fe693f664 Increase myPhoto size 2023-05-08 00:31:12 +03:00
5c6d1d65a6 Add todo 2023-05-08 00:31:03 +03:00
2 changed files with 4 additions and 3 deletions

View File

@ -78,8 +78,8 @@
} }
.ShortBio .Image{ .ShortBio .Image{
width: 32px; width: 48px;
height: 32px; height: 48px;
padding-left: 10px; padding-left: 10px;
} }

View File

@ -31,7 +31,8 @@
box-shadow: 2px 2px 0px #555555; box-shadow: 2px 2px 0px #555555;
} }
.WindowFrameShadow.Focused { /* FIXME Not work on context menu */
.WindowFrameShadow.Focused {
box-shadow: 2px 2px 0px #000000; box-shadow: 2px 2px 0px #000000;
} }