Skip to content

Commit b27d761

Browse files
committed
fix: notif panel full width on mobile
1 parent fb9c286 commit b27d761

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

public/css/style.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,6 @@ tbody tr:hover {
19641964
/* Notification panel: adapts on tablet */
19651965
.notif-panel {
19661966
width: 100%;
1967-
max-width: 340px;
19681967
top: 0;
19691968
bottom: 0;
19701969
height: 100%;
@@ -2710,12 +2709,7 @@ tbody tr:hover {
27102709
font-size: 0.78rem;
27112710
}
27122711

2713-
/* Notif panel: full width on phones */
2714-
.notif-panel {
2715-
left: 0;
2716-
width: 100%;
2717-
}
2718-
2712+
/* Notif panel */
27192713
.notif-panel-header {
27202714
padding: 12px 12px 10px;
27212715
}

0 commit comments

Comments
 (0)