chore: run stylelint on our css files

This commit is contained in:
Gabe Kangas
2023-06-20 20:56:37 -07:00
parent 8c968ff676
commit ccb9b5d075
37 changed files with 142 additions and 98 deletions

View File

@@ -1,15 +1,15 @@
.noTabsActionMenuButton {
position: absolute;
right: 0px;
right: 0;
margin-right: 10px;
z-index: 999;
}
.noTabsAboutContent {
position: relative;
top: 0px;
top: 0;
}
.mobileTabs {
margin-bottom: 0px;
margin-bottom: 0;
}