mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style(post menu): add themes styling
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
.postMenu {
|
||||
position: absolute;
|
||||
background-color: var(--post-menu-background-color);
|
||||
border-bottom: 2px solid var(--post-menu-border-color);
|
||||
border-right: 1px solid var(--post-menu-border-color);
|
||||
border-bottom: var(--post-menu-border-bottom);
|
||||
border-right: var(--post-menu-border-right);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
@@ -46,8 +46,8 @@
|
||||
left: 100%;
|
||||
top: -1px;
|
||||
display: none;
|
||||
border-bottom: 2px solid var(--post-menu-border-color);
|
||||
border-right: 1px solid var(--post-menu-border-color);
|
||||
border-bottom: var(--post-menu-border-bottom);
|
||||
border-right: var(--post-menu-border-right);
|
||||
}
|
||||
|
||||
.dropdown a {
|
||||
|
||||
Reference in New Issue
Block a user