mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
theme min/max version and minor css fix
This commit is contained in:
@@ -304,7 +304,7 @@ code.inline-code {
|
||||
}
|
||||
|
||||
img.emoji {
|
||||
height: 1.2rem;
|
||||
height: 1.3rem;
|
||||
vertical-align: baseline;
|
||||
margin-bottom: -.2rem;
|
||||
}
|
||||
@@ -314,9 +314,9 @@ img.emoji.single-emoji {
|
||||
}
|
||||
|
||||
img.emoji:not(.single-emoji):hover {
|
||||
transform: scale(2);
|
||||
transform: scale(1.8);
|
||||
transition: transform .1s ease-out;
|
||||
filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, .5));
|
||||
filter: drop-shadow(0px 0px 0.05rem rgba(0, 0, 0, .5));
|
||||
}
|
||||
|
||||
.checklist input {
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
* * Name: Redbasic
|
||||
* * Description: Hubzilla standard theme
|
||||
* * Version: 2.2
|
||||
* * MinVersion: 8.0
|
||||
* * MaxVersion: 9.0
|
||||
* * MinVersion: 9.0
|
||||
* * MaxVersion: 10.0
|
||||
* * Author: Fabrixxm
|
||||
* * Maintainer: Mike Macgirvin
|
||||
* * Maintainer: Mario Vavti
|
||||
|
||||
Reference in New Issue
Block a user