File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
client/src/components/User Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ const getStoragePercentageClass = (percentage: number) => {
3535 <div class =" user-details d-flex flex-gapx-1 flex-gapy-1 w-100 justify-content-between" >
3636 <div class =" d-flex align-items-center flex-gapx-1" >
3737 <div class =" d-flex align-items-center flex-gapx-1 mr-5" >
38- <FontAwesomeIcon :icon =" faUser" class =" user-details-icon" />
38+ <FontAwesomeIcon :icon =" faUser" class =" user-details-icon p-2 " />
3939 <span v-b-tooltip.hover.noninteractive title =" Your username (public name)" >
4040 {{ userUsername }}
4141 </span >
4242 </div >
4343
4444 <div class =" d-flex align-items-center flex-gapx-1" >
45- <FontAwesomeIcon :icon =" faAt" class =" user-details-icon" />
45+ <FontAwesomeIcon :icon =" faAt" class =" user-details-icon p-2 " />
4646 <span
4747 id =" user-preferences-current-email"
4848 v-b-tooltip.hover.noninteractive
@@ -95,10 +95,10 @@ const getStoragePercentageClass = (percentage: number) => {
9595
9696 .user-details-icon {
9797 color : $brand-primary ;
98- font-size : 1 rem ;
99- border : 1 px solid $brand-primary ;
100- border-radius : 0.75 rem ;
101- padding : 0.5 rem ;
98+ font-size : $h5-font-size ;
99+ border : $border-default ;
100+ border-color : $brand-primary ;
101+ border-radius : $border-radius-extralarge ;
102102 }
103103 }
104104}
You can’t perform that action at this time.
0 commit comments