1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-06-16 01:23:18 +02:00

More tweaking

This commit is contained in:
Philipp Heckel 2021-11-04 22:47:29 -04:00
parent c9124cb5eb
commit 86a16e3944
2 changed files with 16 additions and 10 deletions
server/static/css

View file

@ -58,7 +58,7 @@ code {
border-radius: 3px;
margin-top: 10px;
margin-bottom: 20px;
overflow-x: scroll;
overflow-x: auto;
}
/* Lato font (OFL), https://fonts.google.com/specimen/Lato#about,
@ -125,12 +125,6 @@ li {
padding: 10px;
}
#subscribeBox h3 {
margin-top: 0;
margin-bottom: 0;
font-size: 1.1em;
}
#subscribeBox #topicsHeader {
margin-bottom: 0;
}
@ -184,7 +178,7 @@ li {
@media only screen and (min-width: 1600px) {
#subscribeBox {
position: fixed;
top: 180px;
top: 170px;
right: 10px;
width: 300px;
border-left: 4px solid #3a9784;