mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-21 23:07:25 -04:00
Improve titles in bar title (template)
Titles can be extended on new line(s) when :hover happens Fix https://github.com/marienfressinaud/FreshRSS/issues/385 See https://github.com/marienfressinaud/FreshRSS/issues/320
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
/*=== GENERAL */
|
||||
/*============*/
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/*=== Links */
|
||||
a {
|
||||
text-decoration: none;
|
||||
@@ -385,8 +390,11 @@ a.btn {
|
||||
.flux:not(.current):hover .item.title {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
max-width: calc(100% - 325px);
|
||||
height: auto;
|
||||
max-width: calc(100% - 320px);
|
||||
background: #fff;
|
||||
white-space: normal;
|
||||
z-index: 10;
|
||||
}
|
||||
.flux .item.title a {
|
||||
color: #000;
|
||||
|
||||
Reference in New Issue
Block a user