WoT implemented, plus other fixes #160

Merged
freakoverse merged 36 commits from staging into master 2024-11-20 16:39:08 +00:00
Showing only changes of commit 1b960e5f02 - Show all commits

View File

@ -251,4 +251,25 @@
border-bottom: solid 1px rgb(255 255 255 / 10%); border-bottom: solid 1px rgb(255 255 255 / 10%);
padding: 0px 0 10px 0; padding: 0px 0 10px 0;
line-height: 1.5 !important; line-height: 1.5 !important;
} }
.dropdown.dropdownMain.dropdownMainBlogpost {
flex-grow: unset;
position: absolute;
top: 10px;
right: 10px;
background: rgba(0,0,0,0.1);
border-radius: 6px;
padding: 2px;
}
.IBMSMSMBSSWarning {
width: 100%;
border-radius: 8px;
padding: 10px 15px;
border: solid 2px tomato;
background: rgba(255,80,80,0.15);
color: rgba(255,255,255,0.95);
text-align: center;
}