Skip to content

Instantly share code, notes, and snippets.

View tinyoverflow's full-sized avatar
🏡
Stayin' at home.

Felix Stieglitz tinyoverflow

🏡
Stayin' at home.
View GitHub Profile

Bootstrap 5.3 Cards & Tables: Seamless SCSS Solution

image

Welcome to the ultimate SCSS solution designed to address and fix common styling issues when using tables within Bootstrap 5.3 cards. This fix aims to enhance the visual harmony and integrity of tables embedded in cards, providing a seamless and aesthetically pleasing user interface. Here's what this Gist resolves:

Issues Fixed

  1. Double Borders Issue: Eliminates the redundant bottom border of tables within cards, ensuring a clean and polished look.
  2. Weird Bottom Margin: Removes the awkward bottom margin from tables in cards for a tighter, more integrated appearance.
@tinyoverflow
tinyoverflow / TvShowNfo.kt
Created April 15, 2023 13:14 — forked from soywiz/TvShowNfo.kt
VideoStation's VsMeta File Format (released as PUBLIC DOMAIN) https://unlicense.org/
package com.soywiz.util
import com.soywiz.klock.*
import com.soywiz.korio.file.*
import com.soywiz.korio.serialization.xml.*
class TvShowNfo {
data class Info(
var title: String = "",
var sortTitle: String? = null,
@tinyoverflow
tinyoverflow / samp-new.pwn
Last active August 4, 2016 14:39
Documented template for new SAMP (0.3.7) scripts
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT
#include <a_samp>
#if defined FILTERSCRIPT
/**
* This callback is called when a filterscript is initialized (loaded). It is only called inside the filterscript which is starting.