mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
Remove unnecessary g-menu-stackable-scrollable (#24462)
Fix #24460 That's a mistake but ..... no idea why I wrote so ... remove it.
This commit is contained in:
parent
1bd2772235
commit
ce16ff6219
2 changed files with 1 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
||||||
<div class="dashboard-navbar">
|
<div class="dashboard-navbar">
|
||||||
<div class="ui secondary stackable menu g-menu-stackable-scrollable">
|
<div class="ui secondary stackable menu">
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="ui floating dropdown jump">
|
<div class="ui floating dropdown jump">
|
||||||
<span class="text truncated-item-container">
|
<span class="text truncated-item-container">
|
||||||
|
|
|
@ -2803,19 +2803,6 @@ table th[data-sortt-desc] .svg {
|
||||||
height: 15px;
|
height: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.g-menu-stackable-scrollable {
|
|
||||||
overflow-y: hidden;
|
|
||||||
overflow-x: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 767.98px) {
|
|
||||||
/* also respect Fomantic's "stackable" definition, use the same breakpoint to reset our styles */
|
|
||||||
.g-menu-stackable-scrollable {
|
|
||||||
overflow-x: unset;
|
|
||||||
overflow-y: unset;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.color-text-light-2 {
|
.color-text-light-2 {
|
||||||
color: var(--color-text-light-2);
|
color: var(--color-text-light-2);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue