mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-07-28 07:47:18 -04:00
Fix petit bug affichage
This commit is contained in:
@@ -105,7 +105,6 @@ form {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #fafafa;
|
||||
table-layout: fixed;
|
||||
}
|
||||
.aside {
|
||||
display: table-cell;
|
||||
@@ -439,6 +438,9 @@ a#read_mode {
|
||||
}
|
||||
|
||||
@media(max-width: 840px) {
|
||||
#global {
|
||||
table-layout: fixed;
|
||||
}
|
||||
#main_aside {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user