mirror of
https://github.com/gogs/gogs.git
synced 2026-01-27 09:39:18 +01:00
public/css: fix file view responsiveness (#5169)
This commit is contained in:
@@ -422,13 +422,18 @@
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
tbody {
|
||||
tr {
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.lines-num {
|
||||
vertical-align: top;
|
||||
text-align: right;
|
||||
color: #999;
|
||||
background: #f5f5f5;
|
||||
width: 1%;
|
||||
width: 42px;
|
||||
|
||||
span {
|
||||
line-height: 20px;
|
||||
@@ -439,7 +444,8 @@
|
||||
}
|
||||
.lines-num,
|
||||
.lines-code {
|
||||
padding: 0;
|
||||
display: table-cell !important;
|
||||
padding: 0 !important;
|
||||
pre,
|
||||
ol,
|
||||
.hljs {
|
||||
|
||||
Reference in New Issue
Block a user