Skip to content

Commit

Permalink
Merge pull request #5 from KasarLabs/feat/display-front
Browse files Browse the repository at this point in the history
Feat/display front
  • Loading branch information
antiyro authored Jan 11, 2024
2 parents e198202 + fbd6a6c commit 9a0db61
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Chain/Tab.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

.Chain-Tab:hover {
background: #fff;
color: #000;
}

.Chain-Tab-on,
Expand Down
11 changes: 6 additions & 5 deletions frontend/src/components/List/Row.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

.Row {
color: #b5aeae;
color: #000;
background-color: #fff;
cursor: pointer;
}

.Row-synced {
color: #fff;
color: #000;
}

.Row-pinned td:first-child {
Expand All @@ -42,9 +43,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
}

.Row-stale {
color: #555;
color: #666;
}

.Row:hover {
/* .Row:hover {
background-color: #1e1e1e;
}
} */
4 changes: 2 additions & 2 deletions frontend/src/components/Stats/Stats.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
}

.Stats-percent {
width: 6em;
width: 50%;
text-align: right;
padding-left: 0.5rem;
padding-right: 1rem;
}

.Stats-count {
width: 6.5em;
width: 50%;
text-align: right;
padding-right: 1.5rem;
border-right: 1px solid black;
Expand Down

0 comments on commit 9a0db61

Please sign in to comment.