1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 23:34:45 +00:00
Files
seahub/frontend/src/css/item-dropdown-menu.css
Michael An 32d22ab7c0 Optimize dropdown menu style (#7866)
* 01 remove custom dropdown menu style

* 02 remove custom dropdown menu item style
2025-05-30 10:10:44 +08:00

12 lines
204 B
CSS

.dropdown-item .dropdown-item-tick {
width: 1.5rem;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
text-align: center;
}