1
0
mirror of https://github.com/Lissy93/dashy.git synced 2025-04-08 17:06:18 +02:00

🚨 Fixes sonarcloud linter warning

This commit is contained in:
Alicia Sykes 2021-09-06 21:57:20 +01:00
parent d5643bc0dc
commit 3b1abbb6f4
2 changed files with 1 additions and 5 deletions
src
components/LinkItems
styles

@ -431,8 +431,6 @@ export default {
border-bottom-color: transparent!important;
bottom: -11px;
left: calc(50% - 5px);
margin-top: 0;
margin-bottom: 0;
width: 0;
height: 0;
border-style: solid;

@ -108,12 +108,10 @@ html {
border-bottom-color: transparent!important;
bottom: -11px;
left: calc(50% - 5px);
margin-top: 0;
margin-bottom: 0;
margin: 5px;
width: 0;
height: 0;
border-style: solid;
position: absolute;
margin: 5px;
z-index: 3;
}