mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-19 05:44:39 -04:00
Reduce height of bigMarkAsRead
See https://github.com/marienfressinaud/FreshRSS/issues/480
This commit is contained in:
@@ -813,7 +813,7 @@ a.btn {
|
||||
background: #fff;
|
||||
}
|
||||
#bigMarkAsRead:hover .bigTick {
|
||||
text-shadow: 0 0 10px #27ae60;
|
||||
text-shadow: 0 0 5px #27ae60;
|
||||
}
|
||||
|
||||
/*=== Navigation menu (for articles) */
|
||||
|
||||
@@ -517,13 +517,12 @@ a.btn {
|
||||
#bigMarkAsRead {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 2em 0;
|
||||
padding: 1em 0;
|
||||
text-align: center;
|
||||
font-size: 1.8em;
|
||||
}
|
||||
.bigTick {
|
||||
font-size: 7em;
|
||||
line-height: 1.6em;
|
||||
font-size: 4em;
|
||||
}
|
||||
|
||||
/*=== Statistiques */
|
||||
|
||||
Reference in New Issue
Block a user