mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 18:14:44 +02:00
refactor/fix (#3924)
This commit is contained in:
parent
06b299e627
commit
9574c17ddc
9 changed files with 153 additions and 178 deletions
|
@ -281,16 +281,6 @@ p.maintainer {
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
.secure-warning {
|
||||
background-color: #ffc600;
|
||||
color: #5f5f5f;
|
||||
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
|
||||
border-radius: 2px;
|
||||
border: 1px solid transparent;
|
||||
width: 80%;
|
||||
margin: auto auto 6px;
|
||||
}
|
||||
|
||||
.error strong {
|
||||
display: inline-block;
|
||||
width: 100px;
|
||||
|
@ -395,11 +385,6 @@ button {
|
|||
}
|
||||
|
||||
} /* @supports (display: grid) */
|
||||
|
||||
.secure-warning {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* Dark theme */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue