mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
This commit is contained in:
parent
16678f5255
commit
a967cf9e99
3 changed files with 10 additions and 8 deletions
File diff suppressed because one or more lines are too long
|
@ -439,14 +439,13 @@ pre, code {
|
|||
}
|
||||
|
||||
footer {
|
||||
height: @footer-margin;
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
border-top: 1px solid #d6d6d6;
|
||||
clear: both;
|
||||
width: 100%;
|
||||
color: #888888;
|
||||
.container {
|
||||
padding-top: 10px;
|
||||
.fa {
|
||||
width: 16px;
|
||||
text-align: center;
|
||||
|
@ -467,6 +466,12 @@ footer {
|
|||
overflow-y: auto;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
.ui {
|
||||
&.left, &.right {
|
||||
line-height: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.hide {
|
||||
|
|
|
@ -49,13 +49,10 @@
|
|||
}
|
||||
|
||||
footer {
|
||||
@media only screen and (max-width: 880px) {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ui.container .left, .ui.container .right {
|
||||
@media only screen and (max-width: 880px) {
|
||||
display: inline;
|
||||
display: block;
|
||||
text-align: center;
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue