mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Add few tweaks to the layout
- Increase truncate length to 35 chars for feed titles - Add bottom margin for main menu in mobile view - Add tooltip to feed domain in feeds list
This commit is contained in:
parent
3f31744911
commit
73a6e617bb
6 changed files with 17 additions and 13 deletions
|
@ -40,6 +40,7 @@ a:hover {
|
|||
/* Header and main menu */
|
||||
.header {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.header nav ul {
|
||||
|
@ -132,6 +133,10 @@ a:hover {
|
|||
max-width: 750px;
|
||||
}
|
||||
|
||||
.header {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.logo {
|
||||
text-align: left;
|
||||
float: left;
|
||||
|
@ -166,7 +171,6 @@ a:hover {
|
|||
text-align: right;
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.search-toggle-switch {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue