mirror of https://github.com/Lissy93/dashy.git
🚨 Fixes sonarcloud linter warning
This commit is contained in:
parent
d5643bc0dc
commit
3b1abbb6f4
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue