We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce8f77 commit 130624dCopy full SHA for 130624d
1 file changed
public/css/style.scss
@@ -628,7 +628,8 @@ key {
628
grid-template-areas:
629
"wpm acc"
630
"wpm key"
631
- "info time";
+ "raw time"
632
+ "info info";
633
.group{
634
.top{
635
color: var(--sub-color);
@@ -693,6 +694,9 @@ key {
693
694
.time{
695
grid-area: time;
696
}
697
+ .raw{
698
+ grid-area: raw;
699
+ }
700
701
702
@@ -967,6 +971,11 @@ key {
967
971
gap: 1rem;
968
972
969
973
974
+ &.noDataError{
975
+ height: 30rem;
976
+ line-height: 30rem;
977
+ text-align: center;
978
970
979
.title{
980
981
0 commit comments