Installierbar und Settings bearbeitet
This commit is contained in:
@@ -49,6 +49,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
//.setting-row{
|
||||
// border-bottom: 1px solid #{map-get($theme, textColor)};
|
||||
// &:not(.hidden):first-child{
|
||||
// border-top: 1px solid #{map-get($theme, textColor)};
|
||||
// }
|
||||
//}
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -93,11 +99,13 @@ body {
|
||||
font-size: 1em !important;
|
||||
|
||||
}
|
||||
.setting-row{
|
||||
.setting-row:not(.hidden){
|
||||
line-height: 1;
|
||||
padding-top: 0.5em;
|
||||
padding-bottom: 0.5em;
|
||||
width: 100%;
|
||||
cursor: pointer;
|
||||
background: rgba(195, 195, 195, 0.13);
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user