mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
web: glossary fix (#4298)
This commit is contained in:
@@ -217,6 +217,10 @@ h6 {
|
||||
float: right;
|
||||
margin-left: 3rem;
|
||||
}
|
||||
|
||||
#article .float-right{
|
||||
margin-left: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:768px) {
|
||||
|
||||
+22
-12
@@ -760,14 +760,15 @@ p a{
|
||||
}
|
||||
|
||||
.tooltip-title{
|
||||
margin-bottom: 0.5rem;
|
||||
color: #0197FF;
|
||||
font-weight: 600;
|
||||
font-size: 1.1rem;
|
||||
margin: 0 !important;
|
||||
margin-bottom: 0.5rem !important;
|
||||
color: #0197FF !important;
|
||||
font-weight: 600 !important;
|
||||
font-size: 1.1rem !important;
|
||||
}
|
||||
|
||||
.dark .tooltip-title{
|
||||
color: #70F0F9;
|
||||
color: #70F0F9 !important;
|
||||
}
|
||||
|
||||
.glossary-tooltip .read-more-btn{
|
||||
@@ -850,13 +851,18 @@ p a{
|
||||
}
|
||||
|
||||
.glossary-overlay .overlay-card .overlay-title{
|
||||
font-size: 1.875rem;
|
||||
line-height: 2.25rem;
|
||||
font-weight: 700;
|
||||
margin-bottom: 1rem;
|
||||
margin-bottom: 1.5rem;
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(1 151 255 / var(--tw-text-opacity));
|
||||
font-size: 1.875rem !important;
|
||||
line-height: 2.25rem !important;
|
||||
font-weight: 700 !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
margin-bottom: 1.5rem !important;
|
||||
--tw-text-opacity: 1 !important;
|
||||
color: rgb(1 151 255 / var(--tw-text-opacity)) !important;
|
||||
}
|
||||
|
||||
.glossary-overlay .overlay-card .overlay-title::after{
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.glossary-overlay .overlay-card .overlay-content{
|
||||
@@ -872,6 +878,10 @@ p a{
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.glossary-overlay .overlay-card .overlay-content p{
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.close-overlay-btn{
|
||||
fill: #3F484B;
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user