forked from mirrors/Gitea-Modern
Add 'misskey/tweaks/minor-fixes.css'
This commit is contained in:
parent
c92f415fdb
commit
e35d726302
1 changed files with 23 additions and 0 deletions
23
misskey/tweaks/minor-fixes.css
Normal file
23
misskey/tweaks/minor-fixes.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
/*** MINOR FIXES ***/
|
||||
header._button {
|
||||
padding: 0 15px !important;
|
||||
}
|
||||
.mk-app:not(.wallpaper) .tab[style*="--stickyTop:"] {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
.mk-app:not(.wallpaper) .tab[style*="--stickyTop:"]::after,
|
||||
.mk-app:not(.wallpaper) .tab[style*="--stickyTop:"]::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
width: calc(var(--radius) * 2);
|
||||
height: calc(var(--radius) * 2);
|
||||
border-top-left-radius: var(--radius);
|
||||
box-shadow: -4px -4px 0 var(--bg);
|
||||
}
|
||||
.mk-app:not(.wallpaper) .tab[style*="--stickyTop:"]::after {
|
||||
right: 0;
|
||||
box-shadow: 4px -4px 0 var(--bg);
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: var(--radius);
|
||||
}
|
Loading…
Reference in a new issue