Project

General

Profile

Patch #44341 » 0002-Top-menu-hover-highlight-cover-the-height-of-the-bar.patch

Marius BĂLTEANU, 2026-08-18 23:38

View differences:

app/assets/stylesheets/application.css
83 83
  padding-inline: 14px;
84 84
  display: flex;
85 85
  justify-content: space-between;
86
  align-items: center;
86
  align-items: stretch;
87
}
88

  
89
.general-menu, .profile-menu, .top-menu__links, .top-menu__links ul, .top-menu__links li {
90
  display: flex;
91
  align-items: stretch;
87 92
}
88 93

  
89 94
.top-menu__links ul {
90 95
  margin: 0;
91 96
  padding: 0;
92
  display: flex;
93 97
  list-style-type: none;
94 98
}
95 99

  
......
100 104
  transform-origin: center;
101 105
  padding-block: 3px;
102 106
  padding-inline: 6px;
107
  display: flex;
108
  align-items: center;
103 109
}
104 110

  
105 111
.top-menu__links a:hover, #account .dropdown-trigger:hover  {
(6-6/6)