aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-04-20 21:18:04 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-04-20 21:18:04 +0300
commit59a31c0fdd6ea1ec000d5b4eafe116a0436911d7 (patch)
tree75c8f122c4a120dd5967d835d71112176f06940d /web
parentapp/package: shoe EAPI badge for each version (diff)
downloadsoko-master.tar.gz
soko-master.tar.bz2
soko-master.zip
css: fix vertical position of version keyword statusHEADmasterdevelop
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'web')
-rw-r--r--web/packs/src/stylesheets/keywords.scss3
-rw-r--r--web/packs/src/stylesheets/packages.scss5
2 files changed, 3 insertions, 5 deletions
diff --git a/web/packs/src/stylesheets/keywords.scss b/web/packs/src/stylesheets/keywords.scss
index de001b4..264a246 100644
--- a/web/packs/src/stylesheets/keywords.scss
+++ b/web/packs/src/stylesheets/keywords.scss
@@ -4,6 +4,9 @@
font-size: 75%;
font-weight: 700;
line-height: 1;
+ text-align: center;
+ white-space: normal !important;
+ vertical-align: middle !important;
}
.kk-keyword-stable {
diff --git a/web/packs/src/stylesheets/packages.scss b/web/packs/src/stylesheets/packages.scss
index 69b3e77..3256a15 100644
--- a/web/packs/src/stylesheets/packages.scss
+++ b/web/packs/src/stylesheets/packages.scss
@@ -23,11 +23,6 @@
color: #888;
}
-.kk-keyword {
- text-align: center;
- white-space: normal !important;
-}
-
.kk-search-result-header {
margin-top: 0;
}