diff --git a/18-Calamity b/18-Calamity index b246f66..a30fae6 100644 --- a/18-Calamity +++ b/18-Calamity @@ -4,7 +4,7 @@ Made by glenthemes Initial release: 2016/06/11 Remake date: 2021/01/28 -Last updated: 2023/04/29 +Last updated: 2023/05/07 TERMS OF USE: 1) Do not remove the theme credit. @@ -13,7 +13,7 @@ TERMS OF USE: 4) Do not use my themes as a base code. 5) Do not mix my themes together. -----------------------------------------------------> - + @@ -98,8 +98,19 @@ $(document).ready(function(){ --Poll-Option-HOVER-Text-Color: {color:link}; --Poll-Option-HOVER-Speed: 0.4s; } + +.poll-see-results { + padding-bottom:0!important; + border-bottom:none!important; + font-size:calc(var(--Poll-Option-Font-Size) - 1px)!important; + text-transform:uppercase; + letter-spacing:0.5px; +} + + + @@ -740,6 +751,7 @@ a.post_media_photo_anchor, a.post_media_photo_anchor:hover { /*------------ DEFAULT NAVLINKS ------------*/ .cheese { display:flex; + align-items:stretch; } .custard { @@ -779,7 +791,7 @@ a.post_media_photo_anchor, a.post_media_photo_anchor:hover { /*------------ DESCRIPTION BOX ------------*/ .ouai { width:100%; - height:calc(({select:navlinks icon size} * 4) + ({select:navlinks padding} * 8) + 4px + 1.5px + ({select:navlinks spacing} * 3)); + /*height:calc(({select:navlinks icon size} * 4) + ({select:navlinks padding} * 8) + 4px + 1.5px + ({select:navlinks spacing} * 3));*/ padding:{select:description box padding} calc({select:description box padding} * 1.2); border:.5px solid {color:description box border}; border-radius:3px;