We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29ec0b commit da81f35Copy full SHA for da81f35
1 file changed
public/css/style.css
@@ -1951,10 +1951,9 @@ tbody tr:hover {
1951
font-size: 0.82rem;
1952
}
1953
1954
- /* Notification panel: full width on mobile */
+ /* Notification panel: adapts on tablet */
1955
.notif-panel {
1956
- left: 0;
1957
- width: 100%;
+ width: 340px;
1958
top: 0;
1959
bottom: 0;
1960
height: 100%;
@@ -2683,7 +2682,12 @@ tbody tr:hover {
2683
2682
font-size: 0.78rem;
2684
2685
2686
- /* Notif panel 480px */
+ /* Notif panel: full width on phones */
+ .notif-panel {
2687
+ left: 0;
2688
+ width: 100%;
2689
+ }
2690
+
2691
.notif-panel-header {
2692
padding: 12px 12px 10px;
2693
0 commit comments