|
@@ -58,12 +58,6 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
|
|
|
-<style lang="scss">
|
|
|
-.report-info-item .item-icon .profile-picture span {
|
|
|
- font-size: 25px;
|
|
|
-}
|
|
|
-</style>
|
|
|
-
|
|
|
<style lang="scss" scoped>
|
|
|
.night-mode {
|
|
|
.report-info-item {
|
|
@@ -79,6 +73,12 @@ export default {
|
|
|
height: 45px;
|
|
|
margin-right: 10px;
|
|
|
|
|
|
+ /deep/ .profile-picture.using-initials span {
|
|
|
+ font-size: calc(
|
|
|
+ 45px / 5 * 2
|
|
|
+ ); // 2/5th of .profile-picture height/width
|
|
|
+ }
|
|
|
+
|
|
|
.profile-picture,
|
|
|
i {
|
|
|
width: 45px;
|