xaizek / uncov (License: AGPLv3+) (since 2018-12-07)
Uncov(er) is a tool that collects and processes code coverage reports.
Commit d4c990d6aa941592427973aa24268bf42b8dc235

Make web-ui look better on smaller screens
Author: xaizek
Author date (UTC): 2020-02-23 13:53
Committer name: xaizek
Committer date (UTC): 2020-02-23 13:53
Parent(s): b63061568df554e3bcffa6571e59971783dfe6f2
Signing key: 99DC5E4DB05F6BE2
Tree: 63eea9b79b6135c652031bcec165c9a392c7c9ce
File Lines added Lines deleted
README.md 2 2
data/screenshots/webui-diff.png 0 0
data/screenshots/webui-file.png 0 0
web/style.css 56 0
File README.md changed (mode: 100644) (index 9d42e43..6e66410)
1 **uncov**, _v0.3_, _2016 – 2019_
1 **uncov**, _v0.3_, _2016 – 2020_
2 2
3 _This file last updated on 25 March, 2019_
3 _This file last updated on 23 February, 2020_
4 4
5 5 1. [Description](#description) 1. [Description](#description)
6 6 2. [Supported Environment](#supported-environment) 2. [Supported Environment](#supported-environment)
File data/screenshots/webui-diff.png changed (mode: 100644) (index 5d4c299..c61dd45)
File data/screenshots/webui-file.png changed (mode: 100644) (index abb23d5..74104be)
File web/style.css changed (mode: 100644) (index b778143..6e55136)
... ... span.note {
335 335 .tooltip:hover .tooltiptext { .tooltip:hover .tooltiptext {
336 336 display: inline; display: inline;
337 337 } }
338
339 @media only all and (max-width: 1100px) {
340
341 body {
342 width: 73%;
343 }
344
345 span.hitcount {
346 padding-left: 1px;
347 padding-right: 1px;
348 }
349
350 .bargroup .barelem, .bargroup .barmap, .barfooter a {
351 padding: 4px 0px 4px 1vw;
352 }
353
354 .bargroup .barelem, .bargroup .barmap {
355 font-size: 16px;
356 }
357
358 .maptable {
359 font-size: 14px;
360 }
361
362 }
363
364 @media only all and (max-height: 800px) {
365
366 .rightbar .bargroup {
367 padding-top: 20px;
368 }
369
370 }
371
372 @media only all and (max-width: 1023px) {
373
374 .sidenav a {
375 padding: 4px 4px 10px 1vw;
376 font-size: 18px;
377 }
378
379 .sidenav a.action {
380 padding: 4px 4px 6px 1vw;
381 font-size: 16px;
382 }
383
384 td, th {
385 padding-left: 3px;
386 padding-right: 3px;
387 }
388
389 th {
390 letter-spacing: 0px;
391 font-size: 90%;
392 }
393 }
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/uncov

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/uncov

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master