Browse Source

Mobile CSS enhancements

dependabot/npm_and_yarn/ini-1.3.7
Levi Olson 4 years ago
parent
commit
e33acc8a3f
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      core.css

+ 7
- 0
core.css View File

@ -132,6 +132,13 @@ main {
div.meta {
padding-right: 10px;
width: 100px;
}
header.list-item-header {
overflow: hidden;
white-space: nowrap;
width: calc(100% - 100px);
}
.list-item-header h3,

Loading…
Cancel
Save